#011E05

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

Shades of Black Bean #011E05

Tints of Black Bean #011E05

Color information

#011E05 (or 0x011E05) is unknown color: approx Black Bean. HEX triplet: 01, 1E and 05. RGB value is (1,30,5). Sum of RGB (Red+Green+Blue) = 1+30+5=36 (4% of max value = 765). Red value is 1 (0.78% from 255 or 2.78% from 36); Green value is 30 (12.11% from 255 or 83.33% from 36); Blue value is 5 (2.34% from 255 or 13.89% from 36); Max value from RGB is 30 - color contains mainly: green. Hex color #011E05 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #011E05 is #FEE1FA. Grayscale: #121212. Windows color (decimal): -16703995 or 335361. OLE color: 335361.

HSL color Cylindrical-coordinate representation of color #011E05: hue angle of 128.28º 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 #011E05 is Cyan = 0.97, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.88.

Color convert

RGB1305-
CMYK0.9700.830.88
HSL128.28º93.55%6.08%-
HSV(B)128.28º96.67%11.76%-
XYZ0.50.950.3-
YUV18.48120.39115.53-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 2.78%
GREEN value IS 30 (12.11% from 255) = 83.33%
BLUE value IS 5 (2.34% from 255) = 13.89%
R=2.78%
G=83.33%
B=13.89%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal13050.9700.830.88128.2893.556.08
Hex11E56105358805e6
Octal136514101231302001366
Binary1111101011100001010100111011000100000001011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #011E05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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