#052407

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

Shades of Black Bean #052407

Tints of Black Bean #052407

Color information

#052407 (or 0x052407) is unknown color: approx Black Bean. HEX triplet: 05, 24 and 07. RGB value is (5,36,7). Sum of RGB (Red+Green+Blue) = 5+36+7=48 (6% of max value = 765). Red value is 5 (2.34% from 255 or 10.42% from 48); Green value is 36 (14.45% from 255 or 75% from 48); Blue value is 7 (3.12% from 255 or 14.58% from 48); Max value from RGB is 36 - color contains mainly: green. Hex color #052407 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #052407 is #FADBF8. Grayscale: #171717. Windows color (decimal): -16440313 or 467973. OLE color: 467973.

HSL color Cylindrical-coordinate representation of color #052407: hue angle of 123.87º degrees, saturation: 0.76, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #052407 is Cyan = 0.86, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.86.

Color convert

RGB5367-
CMYK0.8600.810.86
HSL123.87º75.61%8.04%-
HSV(B)123.87º86.11%14.12%-
XYZ0.731.310.42-
YUV23.42118.73114.86-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 10.42%
GREEN value IS 36 (14.45% from 255) = 75%
BLUE value IS 7 (3.12% from 255) = 14.58%
R=10.42%
G=75%
B=14.58%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal53670.8600.810.86123.8775.618.04
Hex524756051567c4c8
Octal5447126012112617411410
Binary1011001001111010110010100011010110111110010011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #052407

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #052407; }

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

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

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

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

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

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

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

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