#051F08

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

Shades of Black Bean #051F08

Tints of Black Bean #051F08

Color information

#051F08 (or 0x051F08) is unknown color: approx Black Bean. HEX triplet: 05, 1F and 08. RGB value is (5,31,8). Sum of RGB (Red+Green+Blue) = 5+31+8=44 (5% of max value = 765). Red value is 5 (2.34% from 255 or 11.36% from 44); Green value is 31 (12.5% from 255 or 70.45% from 44); Blue value is 8 (3.52% from 255 or 18.18% from 44); Max value from RGB is 31 - color contains mainly: green. Hex color #051F08 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #051F08 is #FAE0F7. Grayscale: #141414. Windows color (decimal): -16441592 or 532229. OLE color: 532229.

HSL color Cylindrical-coordinate representation of color #051F08: hue angle of 126.92º degrees, saturation: 0.72, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #051F08 is Cyan = 0.84, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.88.

Color convert

RGB5318-
CMYK0.8400.740.88
HSL126.92º72.22%7.06%-
HSV(B)126.92º83.87%12.16%-
XYZ0.61.030.4-
YUV20.6120.89116.87-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 11.36%
GREEN value IS 31 (12.5% from 255) = 70.45%
BLUE value IS 8 (3.52% from 255) = 18.18%
R=11.36%
G=70.45%
B=18.18%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal53180.8400.740.88126.9272.227.06
Hex51F85404A587f487
Octal5371012401121301771107
Binary101111111000101010001001010101100011111111001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #051F08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #051F08; }

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

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

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

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

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

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

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

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