#011E06

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

Shades of Black Bean #011E06

Tints of Black Bean #011E06

Color information

#011E06 (or 0x011E06) is unknown color: approx Black Bean. HEX triplet: 01, 1E and 06. RGB value is (1,30,6). Sum of RGB (Red+Green+Blue) = 1+30+6=37 (4% of max value = 765). Red value is 1 (0.78% from 255 or 2.70% from 37); Green value is 30 (12.11% from 255 or 81.08% from 37); Blue value is 6 (2.73% from 255 or 16.22% from 37); Max value from RGB is 30 - color contains mainly: green. Hex color #011E06 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #011E06 is #FEE1F9. Grayscale: #121212. Windows color (decimal): -16703994 or 400897. OLE color: 400897.

HSL color Cylindrical-coordinate representation of color #011E06: hue angle of 130.34º degrees, saturation: 0.94, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #011E06 is Cyan = 0.97, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.88.

Color convert

RGB1306-
CMYK0.9700.800.88
HSL130.34º93.55%6.08%-
HSV(B)130.34º96.67%11.76%-
XYZ0.510.950.33-
YUV18.59120.89115.45-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 2.70%
GREEN value IS 30 (12.11% from 255) = 81.08%
BLUE value IS 6 (2.73% from 255) = 16.22%
R=2.70%
G=81.08%
B=16.22%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal13060.9700.800.88130.3493.556.08
Hex11E66105058825e6
Octal136614101201302021366
Binary1111101101100001010100001011000100000101011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #011E06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #011E06; }

 p { color: rgb(1,30,6); }

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

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

 a { background-color: rgb(1,30,6); }

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

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

 span { border-color: rgb(1,30,6); }

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