#052007

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

Shades of Black Bean #052007

Tints of Black Bean #052007

Color information

#052007 (or 0x052007) is unknown color: approx Black Bean. HEX triplet: 05, 20 and 07. RGB value is (5,32,7). Sum of RGB (Red+Green+Blue) = 5+32+7=44 (5% of max value = 765). Red value is 5 (2.34% from 255 or 11.36% from 44); Green value is 32 (12.89% from 255 or 72.73% from 44); Blue value is 7 (3.12% from 255 or 15.91% from 44); Max value from RGB is 32 - color contains mainly: green. Hex color #052007 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #052007 is #FADFF8. Grayscale: #151515. Windows color (decimal): -16441337 or 466949. OLE color: 466949.

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

Color convert

RGB5327-
CMYK0.8400.780.87
HSL124.44º72.97%7.25%-
HSV(B)124.44º84.38%12.55%-
XYZ0.621.080.38-
YUV21.08120.05116.53-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 11.36%
GREEN value IS 32 (12.89% from 255) = 72.73%
BLUE value IS 7 (3.12% from 255) = 15.91%
R=11.36%
G=72.73%
B=15.91%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal53270.8400.780.87124.4472.977.25
Hex52075404E577c497
Octal540712401161271741117
Binary101100000111101010001001110101011111111001001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #052007

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #052007; }

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

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

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

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

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

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

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

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