Html Css Color HEX #1D1002 Cocoa Brown

📋 copy color: '#1D1002'

red 29 ◦ green 16 ◦ blue 2

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

Shades of Cocoa Brown #1D1002

Tints of Cocoa Brown #1D1002

RGB

 RED value IS 29 (11.72% from 255) = 61.7%

 GREEN value IS 16 (6.64% from 255) = 34.04%

 BLUE value IS 2 (1.17% from 255) = 4.26%

R = 61.7%
G = 34.04%
B = 4.26%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.93

 K value IS 0.89

RGB Variations

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

Color information

#1D1002 (or 0x1D1002) is known color: Cocoa Brown. HEX triplet: 1D, 10 and 02. RGB value is (29,16,2). Sum of RGB (Red+Green+Blue) = 29+16+2=47 (6% of max value = 765). Red value is 29 (11.72% from 255 or 61.70% from 47); Green value is 16 (6.64% from 255 or 34.04% from 47); Blue value is 2 (1.17% from 255 or 4.26% from 47); Max value from RGB is 29 - color contains mainly: red. Hex color #1D1002 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1D1002 is #E2EFFD. Grayscale: #121212. Windows color (decimal): -14872574 or 135197. OLE color: 135197.

HSL color Cylindrical-coordinate representation of color #1D1002: hue angle of 31.11º degrees, saturation: 0.87, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1D1002 is Cyan = 0, Magento = 0.45, Yellow = 0.93 and Black (K on CMYK) = 0.89.

Color convert

RGB 29 16 2 -
CMYK 0 0.45 0.93 0.89
HSL 31.11º 0.87% 0.06% -
HSV(B) 31.11º 0.93% 0.11% -
XYZ 0.7 0.64 0.14 -
YUV 18.29 118.81 135.64 -
System Red Green Blue C M Y K H S L
Decimal 29 16 2 0 0.45 0.93 0.89 31.11 0.87 0.06
Hex 1D 10 2 0 2D 5D 59 1F 57 6
Octal 35 20 2 0 55 135 131 37 127 6
Binary 11101 10000 10 0 101101 1011101 1011001 11111 1010111 110

Color Harmonies of #1D1002

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D1002

Black with #1D1002

Text Example


Text Example

White with #1D1002

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1D1002; }

 p { color: rgb(29,16,2); }

 H1.HeaderClassName
 {
   color: #1D1002;
 }
 .AnyTagClassName
 {
   color: #1D1002;
 }
</style>

background-color css

<style>
 a { background-color: #1D1002; }

 a { background-color: rgb(29,16,2); }

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

border-color css

<style>
 span { border-color: #1D1002; }

 span { border-color: rgb(29,16,2); }

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