#1B1002

Color #1B1002 Cocoa Brown (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cocoa Brown #1B1002

Tints of Cocoa Brown #1B1002

Color information

#1B1002 (or 0x1B1002) is unknown color: approx 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

RGB27162-
CMYK00.410.930.89
HSL33.6º86.21%5.69%-
HSV(B)33.6º92.59%10.59%-
XYZ0.650.610.14-
YUV17.69119.14134.64-

RGB Variations

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

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 (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.93
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal2716200.410.930.8933.686.215.69
Hex1B1020295D5922566
Octal33202051135131421266
Binary1101110000100101001101110110110011000101010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B1002

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>