Html Css Color HEX #301D08 Cocoa Brown

📋 copy color: '#301D08'

red 48 ◦ green 29 ◦ blue 8

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

Shades of Cocoa Brown #301D08

Tints of Cocoa Brown #301D08

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 9.41%

R = 56.47%
G = 34.12%
B = 9.41%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.83

 K value IS 0.81

RGB Variations

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

Color information

#301D08 (or 0x301D08) is known color: Cocoa Brown. HEX triplet: 30, 1D and 08. RGB value is (48,29,8). Sum of RGB (Red+Green+Blue) = 48+29+8=85 (11% of max value = 765). Red value is 48 (19.14% from 255 or 56.47% from 85); Green value is 29 (11.72% from 255 or 34.12% from 85); Blue value is 8 (3.52% from 255 or 9.41% from 85); Max value from RGB is 48 - color contains mainly: red. Hex color #301D08 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #301D08 is #CFE2F7. Grayscale: #202020. Windows color (decimal): -13624056 or 531760. OLE color: 531760.

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

Color convert

RGB 48 29 8 -
CMYK 0 0.40 0.83 0.81
HSL 31.5º 0.71% 0.11% -
HSV(B) 31.5º 0.83% 0.19% -
XYZ 1.7 1.52 0.43 -
YUV 32.29 114.29 139.21 -
System Red Green Blue C M Y K H S L
Decimal 48 29 8 0 0.40 0.83 0.81 31.5 0.71 0.11
Hex 30 1D 8 0 28 53 51 1F 47 B
Octal 60 35 10 0 50 123 121 37 107 13
Binary 110000 11101 1000 0 101000 1010011 1010001 11111 1000111 1011

Color Harmonies of #301D08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #301D08

Black with #301D08

Text Example


Text Example

White with #301D08

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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