#1B1102

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

Shades of Cocoa Brown #1B1102

Tints of Cocoa Brown #1B1102

Color information

#1B1102 (or 0x1B1102) is unknown color: approx Cocoa Brown. HEX triplet: 1B, 11 and 02. RGB value is (27,17,2). Sum of RGB (Red+Green+Blue) = 27+17+2=46 (6% of max value = 765). Red value is 27 (10.94% from 255 or 58.70% from 46); Green value is 17 (7.03% from 255 or 36.96% from 46); Blue value is 2 (1.17% from 255 or 4.35% from 46); Max value from RGB is 27 - color contains mainly: red. Hex color #1B1102 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1B1102 is #E4EEFD. Grayscale: #121212. Windows color (decimal): -15003390 or 135451. OLE color: 135451.

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

Color convert

RGB27172-
CMYK00.370.930.89
HSL36º86.21%5.69%-
HSV(B)36º92.59%10.59%-
XYZ0.660.640.15-
YUV18.28118.81134.22-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 58.70%
GREEN value IS 17 (7.03% from 255) = 36.96%
BLUE value IS 2 (1.17% from 255) = 4.35%
R=58.70%
G=36.96%
B=4.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.93
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal2717200.370.930.893686.215.69
Hex1B1120255D5924566
Octal33212045135131441266
Binary1101110001100100101101110110110011001001010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B1102

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #1B1102;
 }
 .AnyTagClassName
 {
   color: #1B1102;
 }
</style>
background-color css

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

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

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

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

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

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