#011F05

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

Shades of Black Bean #011F05

Tints of Black Bean #011F05

Color information

#011F05 (or 0x011F05) is unknown color: approx Black Bean. HEX triplet: 01, 1F and 05. RGB value is (1,31,5). Sum of RGB (Red+Green+Blue) = 1+31+5=37 (4% of max value = 765). Red value is 1 (0.78% from 255 or 2.70% from 37); Green value is 31 (12.5% from 255 or 83.78% from 37); Blue value is 5 (2.34% from 255 or 13.51% from 37); Max value from RGB is 31 - color contains mainly: green. Hex color #011F05 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #011F05 is #FEE0FA. Grayscale: #131313. Windows color (decimal): -16703739 or 335617. OLE color: 335617.

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

Color convert

RGB1315-
CMYK0.9700.840.88
HSL128º93.75%6.27%-
HSV(B)128º96.77%12.16%-
XYZ0.5310.31-
YUV19.07120.06115.11-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 2.70%
GREEN value IS 31 (12.5% from 255) = 83.78%
BLUE value IS 5 (2.34% from 255) = 13.51%
R=2.70%
G=83.78%
B=13.51%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal13150.9700.840.8812893.756.27
Hex11F56105458805e6
Octal137514101241302001366
Binary1111111011100001010101001011000100000001011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #011F05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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