#05210B

Color #05210B Black Bean (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Black Bean #05210B

Tints of Black Bean #05210B

Color information

#05210B (or 0x05210B) is unknown color: approx Black Bean. HEX triplet: 05, 21 and 0B. RGB value is (5,33,11). Sum of RGB (Red+Green+Blue) = 5+33+11=49 (6% of max value = 765). Red value is 5 (2.34% from 255 or 10.20% from 49); Green value is 33 (13.28% from 255 or 67.35% from 49); Blue value is 11 (4.69% from 255 or 22.45% from 49); Max value from RGB is 33 - color contains mainly: green. Hex color #05210B is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #05210B is #FADEF4. Grayscale: #161616. Windows color (decimal): -16441077 or 729349. OLE color: 729349.

HSL color Cylindrical-coordinate representation of color #05210B: hue angle of 132.86º degrees, saturation: 0.74, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #05210B is Cyan = 0.85, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.87.

Color convert

RGB53311-
CMYK0.8500.670.87
HSL132.86º73.68%7.45%-
HSV(B)132.86º84.85%12.94%-
XYZ0.671.140.5-
YUV22.12121.72115.79-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 10.20%
GREEN value IS 33 (13.28% from 255) = 67.35%
BLUE value IS 11 (4.69% from 255) = 22.45%
R=10.20%
G=67.35%
B=22.45%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal533110.8500.670.87132.8673.687.45
Hex521B5504357854a7
Octal5411312501031272051127
Binary10110000110111010101010000111010111100001011001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05210B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #05210B; }

 p { color: rgb(5,33,11); }

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

<style>
 a { background-color: #05210B; }

 a { background-color: rgb(5,33,11); }

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

<style>
 span { border-color: #05210B; }

 span { border-color: rgb(5,33,11); }

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