#051206

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

Shades of Black Bean #051206

Tints of Black Bean #051206

Color information

#051206 (or 0x051206) is unknown color: approx Black Bean. HEX triplet: 05, 12 and 06. RGB value is (5,18,6). Sum of RGB (Red+Green+Blue) = 5+18+6=29 (3% of max value = 765). Red value is 5 (2.34% from 255 or 17.24% from 29); Green value is 18 (7.42% from 255 or 62.07% from 29); Blue value is 6 (2.73% from 255 or 20.69% from 29); Max value from RGB is 18 - color contains mainly: green. Hex color #051206 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #051206 is #FAEDF9. Grayscale: #0C0C0C. Windows color (decimal): -16444922 or 397829. OLE color: 397829.

HSL color Cylindrical-coordinate representation of color #051206: hue angle of 124.62º degrees, saturation: 0.57, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #051206 is Cyan = 0.72, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.93.

Color convert

RGB5186-
CMYK0.7200.670.93
HSL124.62º56.52%4.51%-
HSV(B)124.62º72.22%7.06%-
XYZ0.310.480.25-
YUV12.74124.19122.48-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 17.24%
GREEN value IS 18 (7.42% from 255) = 62.07%
BLUE value IS 6 (2.73% from 255) = 20.69%
R=17.24%
G=62.07%
B=20.69%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal51860.7200.670.93124.6256.524.51
Hex5126480435D7d395
Octal52261100103135175715
Binary1011001011010010000100001110111011111101111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #051206

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #051206; }

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

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

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

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

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

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

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

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