#052207

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

Shades of Black Bean #052207

Tints of Black Bean #052207

Color information

#052207 (or 0x052207) is unknown color: approx Black Bean. HEX triplet: 05, 22 and 07. RGB value is (5,34,7). Sum of RGB (Red+Green+Blue) = 5+34+7=46 (6% of max value = 765). Red value is 5 (2.34% from 255 or 10.87% from 46); Green value is 34 (13.67% from 255 or 73.91% from 46); Blue value is 7 (3.12% from 255 or 15.22% from 46); Max value from RGB is 34 - color contains mainly: green. Hex color #052207 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #052207 is #FADDF8. Grayscale: #161616. Windows color (decimal): -16440825 or 467461. OLE color: 467461.

HSL color Cylindrical-coordinate representation of color #052207: hue angle of 124.14º 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 #052207 is Cyan = 0.85, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.87.

Color convert

RGB5347-
CMYK0.8500.790.87
HSL124.14º74.36%7.65%-
HSV(B)124.14º85.29%13.33%-
XYZ0.671.190.4-
YUV22.25119.39115.7-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 10.87%
GREEN value IS 34 (13.67% from 255) = 73.91%
BLUE value IS 7 (3.12% from 255) = 15.22%
R=10.87%
G=73.91%
B=15.22%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal53470.8500.790.87124.1474.367.65
Hex52275504F577c4a8
Octal5427125011712717411210
Binary1011000101111010101010011111010111111110010010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #052207

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #052207; }

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

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

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

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

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

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

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

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