#2B1903

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

Shades of Cocoa Brown #2B1903

Tints of Cocoa Brown #2B1903

Color information

#2B1903 (or 0x2B1903) is unknown color: approx Cocoa Brown. HEX triplet: 2B, 19 and 03. RGB value is (43,25,3). Sum of RGB (Red+Green+Blue) = 43+25+3=71 (9% of max value = 765). Red value is 43 (17.19% from 255 or 60.56% from 71); Green value is 25 (10.16% from 255 or 35.21% from 71); Blue value is 3 (1.56% from 255 or 4.23% from 71); Max value from RGB is 43 - color contains mainly: red. Hex color #2B1903 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #2B1903 is #D4E6FC. Grayscale: #1B1B1B. Windows color (decimal): -13952765 or 203051. OLE color: 203051.

HSL color Cylindrical-coordinate representation of color #2B1903: hue angle of 33º degrees, saturation: 0.87, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #2B1903 is Cyan = 0, Magento = 0.42, Yellow = 0.93 and Black (K on CMYK) = 0.83.

Color convert

RGB43253-
CMYK00.420.930.83
HSL33º86.96%9.02%-
HSV(B)33º93.02%16.86%-
XYZ1.361.220.25-
YUV27.87113.96138.79-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 60.56%
GREEN value IS 25 (10.16% from 255) = 35.21%
BLUE value IS 3 (1.56% from 255) = 4.23%
R=60.56%
G=35.21%
B=4.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.93
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal4325300.420.930.833386.969.02
Hex2B19302A5D5321579
Octal533130521351234112711
Binary101011110011101010101011101101001110000110101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B1903

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2B1903; }

 p { color: rgb(43,25,3); }

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

<style>
 a { background-color: #2B1903; }

 a { background-color: rgb(43,25,3); }

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

<style>
 span { border-color: #2B1903; }

 span { border-color: rgb(43,25,3); }

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