#1B1000

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

Shades of Cocoa Brown #1B1000

Tints of Cocoa Brown #1B1000

Color information

#1B1000 (or 0x1B1000) is unknown color: approx Cocoa Brown. HEX triplet: 1B, 10 and 00. RGB value is (27,16,0). Sum of RGB (Red+Green+Blue) = 27+16+0=43 (5% of max value = 765). Red value is 27 (10.94% from 255 or 62.79% from 43); Green value is 16 (6.64% from 255 or 37.21% from 43); Blue value is 0 (0.39% from 255 or 0% from 43); Max value from RGB is 27 - color contains mainly: red. Hex color #1B1000 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1B1000 is #E4EFFF. Grayscale: #111111. Windows color (decimal): -15003648 or 4123. OLE color: 4123.

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

Color convert

RGB27160-
CMYK00.4110.89
HSL35.56º100%5.29%-
HSV(B)35.56º100%10.59%-
XYZ0.640.60.08-
YUV17.46118.14134.8-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 62.79%
GREEN value IS 16 (6.64% from 255) = 37.21%
BLUE value IS 0 (0.39% from 255) = 0%
R=62.79%
G=37.21%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 1
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal2716000.4110.8935.561005.29
Hex1B100029645924645
Octal33200051144131441445
Binary110111000000101001110010010110011001001100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B1000

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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