#051608

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

Shades of Black Bean #051608

Tints of Black Bean #051608

Color information

#051608 (or 0x051608) is unknown color: approx Black Bean. HEX triplet: 05, 16 and 08. RGB value is (5,22,8). Sum of RGB (Red+Green+Blue) = 5+22+8=35 (4% of max value = 765). Red value is 5 (2.34% from 255 or 14.29% from 35); Green value is 22 (8.98% from 255 or 62.86% from 35); Blue value is 8 (3.52% from 255 or 22.86% from 35); Max value from RGB is 22 - color contains mainly: green. Hex color #051608 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #051608 is #FAE9F7. Grayscale: #0F0F0F. Windows color (decimal): -16443896 or 529925. OLE color: 529925.

HSL color Cylindrical-coordinate representation of color #051608: hue angle of 130.59º degrees, saturation: 0.63, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #051608 is Cyan = 0.77, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.91.

Color convert

RGB5228-
CMYK0.7700.640.91
HSL130.59º62.96%5.29%-
HSV(B)130.59º77.27%8.63%-
XYZ0.390.620.33-
YUV15.32123.87120.64-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 14.29%
GREEN value IS 22 (8.98% from 255) = 62.86%
BLUE value IS 8 (3.52% from 255) = 22.86%
R=14.29%
G=62.86%
B=22.86%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal52280.7700.640.91130.5962.965.29
Hex51684D0405B833f5
Octal526101150100133203775
Binary101101101000100110101000000101101110000011111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #051608

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #051608; }

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

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

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

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

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

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

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

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