#051C08

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

Shades of Black Bean #051C08

Tints of Black Bean #051C08

Color information

#051C08 (or 0x051C08) is unknown color: approx Black Bean. HEX triplet: 05, 1C and 08. RGB value is (5,28,8). Sum of RGB (Red+Green+Blue) = 5+28+8=41 (5% of max value = 765). Red value is 5 (2.34% from 255 or 12.20% from 41); Green value is 28 (11.33% from 255 or 68.29% from 41); Blue value is 8 (3.52% from 255 or 19.51% from 41); Max value from RGB is 28 - color contains mainly: green. Hex color #051C08 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #051C08 is #FAE3F7. Grayscale: #121212. Windows color (decimal): -16442360 or 531461. OLE color: 531461.

HSL color Cylindrical-coordinate representation of color #051C08: hue angle of 127.83º degrees, saturation: 0.7, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #051C08 is Cyan = 0.82, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.89.

Color convert

RGB5288-
CMYK0.8200.710.89
HSL127.83º69.7%6.47%-
HSV(B)127.83º82.14%10.98%-
XYZ0.520.880.37-
YUV18.84121.88118.13-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 12.20%
GREEN value IS 28 (11.33% from 255) = 68.29%
BLUE value IS 8 (3.52% from 255) = 19.51%
R=12.20%
G=68.29%
B=19.51%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal52880.8200.710.89127.8369.76.47
Hex51C8520475980466
Octal5341012201071312001066
Binary1011110010001010010010001111011001100000001000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #051C08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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