#011E04

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

Shades of Black Bean #011E04

Tints of Black Bean #011E04

Color information

#011E04 (or 0x011E04) is unknown color: approx Black Bean. HEX triplet: 01, 1E and 04. RGB value is (1,30,4). Sum of RGB (Red+Green+Blue) = 1+30+4=35 (4% of max value = 765). Red value is 1 (0.78% from 255 or 2.86% from 35); Green value is 30 (12.11% from 255 or 85.71% from 35); Blue value is 4 (1.95% from 255 or 11.43% from 35); Max value from RGB is 30 - color contains mainly: green. Hex color #011E04 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #011E04 is #FEE1FB. Grayscale: #121212. Windows color (decimal): -16703996 or 269825. OLE color: 269825.

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

Color convert

RGB1304-
CMYK0.9700.870.88
HSL126.21º93.55%6.08%-
HSV(B)126.21º96.67%11.76%-
XYZ0.50.940.27-
YUV18.36119.89115.61-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 2.86%
GREEN value IS 30 (12.11% from 255) = 85.71%
BLUE value IS 4 (1.95% from 255) = 11.43%
R=2.86%
G=85.71%
B=11.43%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal13040.9700.870.88126.2193.556.08
Hex11E461057587e5e6
Octal136414101271301761366
Binary111110100110000101010111101100011111101011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #011E04

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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