#051C06

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

Shades of Black Bean #051C06

Tints of Black Bean #051C06

Color information

#051C06 (or 0x051C06) is unknown color: approx Black Bean. HEX triplet: 05, 1C and 06. RGB value is (5,28,6). Sum of RGB (Red+Green+Blue) = 5+28+6=39 (5% of max value = 765). Red value is 5 (2.34% from 255 or 12.82% from 39); Green value is 28 (11.33% from 255 or 71.79% from 39); Blue value is 6 (2.73% from 255 or 15.38% from 39); Max value from RGB is 28 - color contains mainly: green. Hex color #051C06 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #051C06 is #FAE3F9. Grayscale: #121212. Windows color (decimal): -16442362 or 400389. OLE color: 400389.

HSL color Cylindrical-coordinate representation of color #051C06: hue angle of 122.61º 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 #051C06 is Cyan = 0.82, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.89.

Color convert

RGB5286-
CMYK0.8200.790.89
HSL122.61º69.7%6.47%-
HSV(B)122.61º82.14%10.98%-
XYZ0.510.880.31-
YUV18.62120.88118.29-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 12.82%
GREEN value IS 28 (11.33% from 255) = 71.79%
BLUE value IS 6 (2.73% from 255) = 15.38%
R=12.82%
G=71.79%
B=15.38%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal52860.8200.790.89122.6169.76.47
Hex51C65204F597b466
Octal534612201171311731066
Binary10111100110101001001001111101100111110111000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #051C06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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