#2B1E0F

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

Shades of Cocoa Brown #2B1E0F

Tints of Cocoa Brown #2B1E0F

Color information

#2B1E0F (or 0x2B1E0F) is unknown color: approx Cocoa Brown. HEX triplet: 2B, 1E and 0F. RGB value is (43,30,15). Sum of RGB (Red+Green+Blue) = 43+30+15=88 (11% of max value = 765). Red value is 43 (17.19% from 255 or 48.86% from 88); Green value is 30 (12.11% from 255 or 34.09% from 88); Blue value is 15 (6.25% from 255 or 17.05% from 88); Max value from RGB is 43 - color contains mainly: red. Hex color #2B1E0F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2B1E0F is #D4E1F0. Grayscale: #202020. Windows color (decimal): -13951473 or 990763. OLE color: 990763.

HSL color Cylindrical-coordinate representation of color #2B1E0F: hue angle of 32.14º degrees, saturation: 0.48, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #2B1E0F is Cyan = 0, Magento = 0.30, Yellow = 0.65 and Black (K on CMYK) = 0.83.

Color convert

RGB433015-
CMYK00.300.650.83
HSL32.14º48.28%11.37%-
HSV(B)32.14º65.12%16.86%-
XYZ1.551.480.66-
YUV32.18118.31135.72-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 48.86%
GREEN value IS 30 (12.11% from 255) = 34.09%
BLUE value IS 15 (6.25% from 255) = 17.05%
R=48.86%
G=34.09%
B=17.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.65
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal43301500.300.650.8332.1448.2811.37
Hex2B1EF01E41532030b
Octal533617036101123406013
Binary101011111101111011110100000110100111000001100001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B1E0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,30,15); }

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

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

 a { background-color: rgb(43,30,15); }

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

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

 span { border-color: rgb(43,30,15); }

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