Html Css Color HEX #301D18 Brown Pod

📋 copy color: '#301D18'

red 48 ◦ green 29 ◦ blue 24

#301D18
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Brown Pod #301D18

Tints of Brown Pod #301D18

RGB

 RED value IS 48 (19.14% from 255) = 47.52%

 GREEN value IS 29 (11.72% from 255) = 28.71%

 BLUE value IS 24 (9.77% from 255) = 23.76%

R = 47.52%
G = 28.71%
B = 23.76%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.5

 K value IS 0.81

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#301D18 (or 0x301D18) is known color: Brown Pod. HEX triplet: 30, 1D and 18. RGB value is (48,29,24). Sum of RGB (Red+Green+Blue) = 48+29+24=101 (13% of max value = 765). Red value is 48 (19.14% from 255 or 47.52% from 101); Green value is 29 (11.72% from 255 or 28.71% from 101); Blue value is 24 (9.77% from 255 or 23.76% from 101); Max value from RGB is 48 - color contains mainly: red. Hex color #301D18 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #301D18 is #CFE2E7. Grayscale: #222222. Windows color (decimal): -13624040 or 1580336. OLE color: 1580336.

HSL color Cylindrical-coordinate representation of color #301D18: hue angle of 12.5º degrees, saturation: 0.33, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #301D18 is Cyan = 0, Magento = 0.40, Yellow = 0.5 and Black (K on CMYK) = 0.81.

Color convert

RGB 48 29 24 -
CMYK 0 0.40 0.5 0.81
HSL 12.5º 0.33% 0.14% -
HSV(B) 12.5º 0.5% 0.19% -
XYZ 1.82 1.57 1.07 -
YUV 34.11 122.29 137.91 -
System Red Green Blue C M Y K H S L
Decimal 48 29 24 0 0.40 0.5 0.81 12.5 0.33 0.14
Hex 30 1D 18 0 28 32 51 C 21 E
Octal 60 35 30 0 50 62 121 14 41 16
Binary 110000 11101 11000 0 101000 110010 1010001 1100 100001 1110

Color Harmonies of #301D18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #301D18

Black with #301D18

Text Example


Text Example

White with #301D18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #301D18; }

 p { color: rgb(48,29,24); }

 H1.HeaderClassName
 {
   color: #301D18;
 }
 .AnyTagClassName
 {
   color: #301D18;
 }
</style>

background-color css

<style>
 a { background-color: #301D18; }

 a { background-color: rgb(48,29,24); }

 div.DivClassName
 {
   background-color: #301D18;
 }
 .BgClassName
 {
   background-color: #301D18;
 }
</style>

border-color css

<style>
 span { border-color: #301D18; }

 span { border-color: rgb(48,29,24); }

 td.TdClassName
 {
   border-color: #301D18;
 }
 .TagClassName
 {
   border-color: #301D18;
 }
</style>