Color Hex Logo

#30050d Color Hex

#30050D
(48,5,13)
0 Favorites   0 Comments

Color spaces of #30050d

RGB 48513
HSL0.970.810.10
HSV349°90°19°
CMYK 0.000.900.73   0.81
XYZ1.34580.76600.4577
Yxy0.76600.52380.2981
Hunter Lab8.752112.13133.0259
CIE-Lab6.919222.17285.3830

#30050d color RGB value is (48,5,13).

#30050d hex color red value is 48, green value is 5 and the blue value of its RGB is 13. Cylindrical-coordinate representations (also known as HSL) of color #30050d hue: 0.97 , saturation: 0.81 and the lightness value of 30050d is 0.10.

The process color (four color CMYK) of #30050d color hex is 0.00, 0.90, 0.73, 0.81. Web safe color of #30050d is #330000. Color #30050d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 00110000 00000101 00001101
Octal 60 5 15
Decimal 48 5 13
Hex 30 5 D

RGB Percentages of Color #30050d

%72.73
%7.58
%19.70

CMYK Percentages of Color #30050d

%0
%90
%73
%81

Triadic Colors of #30050d

#30050d #0d3005 #050d30

Analogous Colors of #30050d

#30050d #301305 #300523

Monochromatic Colors of #30050d

#30050d

Complementary Color

#30050d #053028

#30050d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#30050d Color Preview on White Background

Lorem ipsum dolor sit amet.

#30050d Color CSS Codes

.mybgcolor {background-color:#30050d; } 
.myforecolor {color:#30050d; }
.mybordercolor {border:3px solid #30050d; }

#30050d Text Font Color

<p style="color:#30050d">Text here</p>

This sample text font color is #30050d
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#30050d Background Color

<div style="background-color:#30050d">
Div content here</div>

This div background color is #30050d


#30050d Border Color

<div style="border:3px solid #30050d">
Div here</div>

This div border color is #30050d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(48,5,13, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #30050d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #30050d;
  -webkit-box-shadow: 1px 1px 3px 2px #30050d;
  box-shadow:         1px 1px 3px 2px #30050d; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(48,5,13, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #30050d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #30050d;
  -webkit-box-shadow: 1px 1px 3px 2px #30050d;
  box-shadow:         1px 1px 3px 2px #30050d;">
Div content here</div>

This div box has shadow with color #30050d


Comments

No comments written yet.

Please login to write comment.