#2B150B

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

Shades of Brown Pod #2B150B

Tints of Brown Pod #2B150B

Color information

#2B150B (or 0x2B150B) is unknown color: approx Brown Pod. HEX triplet: 2B, 15 and 0B. RGB value is (43,21,11). Sum of RGB (Red+Green+Blue) = 43+21+11=75 (9% of max value = 765). Red value is 43 (17.19% from 255 or 57.33% from 75); Green value is 21 (8.59% from 255 or 28% from 75); Blue value is 11 (4.69% from 255 or 14.67% from 75); Max value from RGB is 43 - color contains mainly: red. Hex color #2B150B is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #2B150B is #D4EAF4. Grayscale: #1A1A1A. Windows color (decimal): -13953781 or 726315. OLE color: 726315.

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

Color convert

RGB432111-
CMYK00.510.740.83
HSL18.75º59.26%10.59%-
HSV(B)18.75º74.42%16.86%-
XYZ1.321.070.45-
YUV26.44119.29139.81-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 57.33%
GREEN value IS 21 (8.59% from 255) = 28%
BLUE value IS 11 (4.69% from 255) = 14.67%
R=57.33%
G=28%
B=14.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.74
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal43211100.510.740.8318.7559.2610.59
Hex2B15B0334A53133bb
Octal532513063112123237313
Binary101011101011011011001110010101010011100111110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B150B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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