#051A08

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

Shades of Black Bean #051A08

Tints of Black Bean #051A08

Color information

#051A08 (or 0x051A08) is unknown color: approx Black Bean. HEX triplet: 05, 1A and 08. RGB value is (5,26,8). Sum of RGB (Red+Green+Blue) = 5+26+8=39 (5% of max value = 765). Red value is 5 (2.34% from 255 or 12.82% from 39); Green value is 26 (10.55% from 255 or 66.67% from 39); Blue value is 8 (3.52% from 255 or 20.51% from 39); Max value from RGB is 26 - color contains mainly: green. Hex color #051A08 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #051A08 is #FAE5F7. Grayscale: #111111. Windows color (decimal): -16442872 or 530949. OLE color: 530949.

HSL color Cylindrical-coordinate representation of color #051A08: hue angle of 128.57º degrees, saturation: 0.68, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #051A08 is Cyan = 0.81, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.90.

Color convert

RGB5268-
CMYK0.8100.690.90
HSL128.57º67.74%6.08%-
HSV(B)128.57º80.77%10.2%-
XYZ0.480.790.36-
YUV17.67122.54118.96-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 12.82%
GREEN value IS 26 (10.55% from 255) = 66.67%
BLUE value IS 8 (3.52% from 255) = 20.51%
R=12.82%
G=66.67%
B=20.51%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal52680.8100.690.90128.5767.746.08
Hex51A8510455A81446
Octal5321012101051322011046
Binary1011101010001010001010001011011010100000011000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #051A08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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