#052009

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

Shades of Black Bean #052009

Tints of Black Bean #052009

Color information

#052009 (or 0x052009) is unknown color: approx Black Bean. HEX triplet: 05, 20 and 09. RGB value is (5,32,9). Sum of RGB (Red+Green+Blue) = 5+32+9=46 (6% of max value = 765). Red value is 5 (2.34% from 255 or 10.87% from 46); Green value is 32 (12.89% from 255 or 69.57% from 46); Blue value is 9 (3.91% from 255 or 19.57% from 46); Max value from RGB is 32 - color contains mainly: green. Hex color #052009 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #052009 is #FADFF6. Grayscale: #151515. Windows color (decimal): -16441335 or 598021. OLE color: 598021.

HSL color Cylindrical-coordinate representation of color #052009: hue angle of 128.89º degrees, saturation: 0.73, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #052009 is Cyan = 0.84, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.87.

Color convert

RGB5329-
CMYK0.8400.720.87
HSL128.89º72.97%7.25%-
HSV(B)128.89º84.38%12.55%-
XYZ0.631.090.43-
YUV21.3121.05116.37-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 10.87%
GREEN value IS 32 (12.89% from 255) = 69.57%
BLUE value IS 9 (3.91% from 255) = 19.57%
R=10.87%
G=69.57%
B=19.57%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal53290.8400.720.87128.8972.977.25
Hex5209540485781497
Octal5401112401101272011117
Binary10110000010011010100010010001010111100000011001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #052009

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #052009; }

 p { color: rgb(5,32,9); }

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

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

 a { background-color: rgb(5,32,9); }

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

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

 span { border-color: rgb(5,32,9); }

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