#1B1203

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

Shades of Cocoa Brown #1B1203

Tints of Cocoa Brown #1B1203

Color information

#1B1203 (or 0x1B1203) is unknown color: approx Cocoa Brown. HEX triplet: 1B, 12 and 03. RGB value is (27,18,3). Sum of RGB (Red+Green+Blue) = 27+18+3=48 (6% of max value = 765). Red value is 27 (10.94% from 255 or 56.25% from 48); Green value is 18 (7.42% from 255 or 37.5% from 48); Blue value is 3 (1.56% from 255 or 6.25% from 48); Max value from RGB is 27 - color contains mainly: red. Hex color #1B1203 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1B1203 is #E4EDFC. Grayscale: #131313. Windows color (decimal): -15003133 or 201243. OLE color: 201243.

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

Color convert

RGB27183-
CMYK00.330.890.89
HSL37.5º80%5.88%-
HSV(B)37.5º88.89%10.59%-
XYZ0.680.670.18-
YUV18.98118.98133.72-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 56.25%
GREEN value IS 18 (7.42% from 255) = 37.5%
BLUE value IS 3 (1.56% from 255) = 6.25%
R=56.25%
G=37.5%
B=6.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.89
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal2718300.330.890.8937.5805.88
Hex1B123021595926506
Octal33223041131131461206
Binary1101110010110100001101100110110011001101010000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B1203

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(27,18,3); }

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

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

 a { background-color: rgb(27,18,3); }

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

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

 span { border-color: rgb(27,18,3); }

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