#011F04

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

Shades of Black Bean #011F04

Tints of Black Bean #011F04

Color information

#011F04 (or 0x011F04) is unknown color: approx Black Bean. HEX triplet: 01, 1F and 04. RGB value is (1,31,4). Sum of RGB (Red+Green+Blue) = 1+31+4=36 (4% of max value = 765). Red value is 1 (0.78% from 255 or 2.78% from 36); Green value is 31 (12.5% from 255 or 86.11% from 36); Blue value is 4 (1.95% from 255 or 11.11% from 36); Max value from RGB is 31 - color contains mainly: green. Hex color #011F04 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #011F04 is #FEE0FB. Grayscale: #131313. Windows color (decimal): -16703740 or 270081. OLE color: 270081.

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

Color convert

RGB1314-
CMYK0.9700.870.88
HSL126º93.75%6.27%-
HSV(B)126º96.77%12.16%-
XYZ0.5210.28-
YUV18.95119.56115.2-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 2.78%
GREEN value IS 31 (12.5% from 255) = 86.11%
BLUE value IS 4 (1.95% from 255) = 11.11%
R=2.78%
G=86.11%
B=11.11%

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
Decimal13140.9700.870.8812693.756.27
Hex11F461057587e5e6
Octal137414101271301761366
Binary111111100110000101010111101100011111101011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #011F04

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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