Html Css Color HEX #2B2115 Cocoa Brown

📋 copy color: '#2B2115'

red 43 ◦ green 33 ◦ blue 21

#2B2115
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cocoa Brown #2B2115

Tints of Cocoa Brown #2B2115

RGB

 RED value IS 43 (17.19% from 255) = 44.33%

 GREEN value IS 33 (13.28% from 255) = 34.02%

 BLUE value IS 21 (8.59% from 255) = 21.65%

R = 44.33%
G = 34.02%
B = 21.65%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.51

 K value IS 0.83

RGB Variations

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

Color information

#2B2115 (or 0x2B2115) is known color: Cocoa Brown. HEX triplet: 2B, 21 and 15. RGB value is (43,33,21). Sum of RGB (Red+Green+Blue) = 43+33+21=97 (12% of max value = 765). Red value is 43 (17.19% from 255 or 44.33% from 97); Green value is 33 (13.28% from 255 or 34.02% from 97); Blue value is 21 (8.59% from 255 or 21.65% from 97); Max value from RGB is 43 - color contains mainly: red. Hex color #2B2115 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2B2115 is #D4DEEA. Grayscale: #222222. Windows color (decimal): -13950699 or 1384747. OLE color: 1384747.

HSL color Cylindrical-coordinate representation of color #2B2115: hue angle of 32.73º degrees, saturation: 0.34, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #2B2115 is Cyan = 0, Magento = 0.23, Yellow = 0.51 and Black (K on CMYK) = 0.83.

Color convert

RGB 43 33 21 -
CMYK 0 0.23 0.51 0.83
HSL 32.73º 0.34% 0.13% -
HSV(B) 32.73º 0.51% 0.17% -
XYZ 1.68 1.66 0.94 -
YUV 34.62 120.31 133.98 -
System Red Green Blue C M Y K H S L
Decimal 43 33 21 0 0.23 0.51 0.83 32.73 0.34 0.13
Hex 2B 21 15 0 17 33 53 21 22 D
Octal 53 41 25 0 27 63 123 41 42 15
Binary 101011 100001 10101 0 10111 110011 1010011 100001 100010 1101

Color Harmonies of #2B2115

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B2115

Black with #2B2115

Text Example


Text Example

White with #2B2115

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,33,21); }

 H1.HeaderClassName
 {
   color: #2B2115;
 }
 .AnyTagClassName
 {
   color: #2B2115;
 }
</style>

background-color css

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

 a { background-color: rgb(43,33,21); }

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

border-color css

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

 span { border-color: rgb(43,33,21); }

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