#052208

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

Shades of Black Bean #052208

Tints of Black Bean #052208

Color information

#052208 (or 0x052208) is unknown color: approx Black Bean. HEX triplet: 05, 22 and 08. RGB value is (5,34,8). Sum of RGB (Red+Green+Blue) = 5+34+8=47 (6% of max value = 765). Red value is 5 (2.34% from 255 or 10.64% from 47); Green value is 34 (13.67% from 255 or 72.34% from 47); Blue value is 8 (3.52% from 255 or 17.02% from 47); Max value from RGB is 34 - color contains mainly: green. Hex color #052208 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #052208 is #FADDF7. Grayscale: #161616. Windows color (decimal): -16440824 or 532997. OLE color: 532997.

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

Color convert

RGB5348-
CMYK0.8500.760.87
HSL126.21º74.36%7.65%-
HSV(B)126.21º85.29%13.33%-
XYZ0.681.190.42-
YUV22.36119.89115.61-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 10.64%
GREEN value IS 34 (13.67% from 255) = 72.34%
BLUE value IS 8 (3.52% from 255) = 17.02%
R=10.64%
G=72.34%
B=17.02%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal53480.8500.760.87126.2174.367.65
Hex52285504C577e4a8
Octal54210125011412717611210
Binary10110001010001010101010011001010111111111010010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #052208

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #052208; }

 p { color: rgb(5,34,8); }

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

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

 a { background-color: rgb(5,34,8); }

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

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

 span { border-color: rgb(5,34,8); }

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