Html Css Color HEX #1B1002 Cocoa Brown

📋 copy color: '#1B1002'

red 27 ◦ green 16 ◦ blue 2

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

Shades of Cocoa Brown #1B1002

Tints of Cocoa Brown #1B1002

RGB

 RED value IS 27 (10.94% from 255) = 60%

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

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

R = 60%
G = 35.56%
B = 4.44%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.93

 K value IS 0.89

RGB Variations

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

Color information

#1B1002 (or 0x1B1002) is known color: Cocoa Brown. HEX triplet: 1B, 10 and 02. RGB value is (27,16,2). Sum of RGB (Red+Green+Blue) = 27+16+2=45 (5% of max value = 765). Red value is 27 (10.94% from 255 or 60% from 45); Green value is 16 (6.64% from 255 or 35.56% from 45); Blue value is 2 (1.17% from 255 or 4.44% from 45); Max value from RGB is 27 - color contains mainly: red. Hex color #1B1002 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1B1002 is #E4EFFD. Grayscale: #111111. Windows color (decimal): -15003646 or 135195. OLE color: 135195.

HSL color Cylindrical-coordinate representation of color #1B1002: hue angle of 33.6º degrees, saturation: 0.86, 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 #1B1002 is Cyan = 0, Magento = 0.41, Yellow = 0.93 and Black (K on CMYK) = 0.89.

Color convert

RGB 27 16 2 -
CMYK 0 0.41 0.93 0.89
HSL 33.6º 0.86% 0.06% -
HSV(B) 33.6º 0.93% 0.11% -
XYZ 0.65 0.61 0.14 -
YUV 17.69 119.14 134.64 -
System Red Green Blue C M Y K H S L
Decimal 27 16 2 0 0.41 0.93 0.89 33.6 0.86 0.06
Hex 1B 10 2 0 29 5D 59 22 56 6
Octal 33 20 2 0 51 135 131 42 126 6
Binary 11011 10000 10 0 101001 1011101 1011001 100010 1010110 110

Color Harmonies of #1B1002

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B1002

Black with #1B1002

Text Example


Text Example

White with #1B1002

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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