#2B1302

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

Shades of Cocoa Brown #2B1302

Tints of Cocoa Brown #2B1302

Color information

#2B1302 (or 0x2B1302) is unknown color: approx Cocoa Brown. HEX triplet: 2B, 13 and 02. RGB value is (43,19,2). Sum of RGB (Red+Green+Blue) = 43+19+2=64 (8% of max value = 765). Red value is 43 (17.19% from 255 or 67.19% from 64); Green value is 19 (7.81% from 255 or 29.69% from 64); Blue value is 2 (1.17% from 255 or 3.12% from 64); Max value from RGB is 43 - color contains mainly: red. Hex color #2B1302 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #2B1302 is #D4ECFD. Grayscale: #181818. Windows color (decimal): -13954302 or 135979. OLE color: 135979.

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

Color convert

RGB43192-
CMYK00.560.950.83
HSL24.88º91.11%8.82%-
HSV(B)24.88º95.35%16.86%-
XYZ1.240.980.18-
YUV24.24115.45141.38-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 67.19%
GREEN value IS 19 (7.81% from 255) = 29.69%
BLUE value IS 2 (1.17% from 255) = 3.12%
R=67.19%
G=29.69%
B=3.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.95
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal4319200.560.950.8324.8891.118.82
Hex2B1320385F53195b9
Octal532320701371233113311
Binary10101110011100111000101111110100111100110110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B1302

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,19,2); }

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

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

 a { background-color: rgb(43,19,2); }

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

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

 span { border-color: rgb(43,19,2); }

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