#011A05

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

Shades of Black Bean #011A05

Tints of Black Bean #011A05

Color information

#011A05 (or 0x011A05) is unknown color: approx Black Bean. HEX triplet: 01, 1A and 05. RGB value is (1,26,5). Sum of RGB (Red+Green+Blue) = 1+26+5=32 (4% of max value = 765). Red value is 1 (0.78% from 255 or 3.12% from 32); Green value is 26 (10.55% from 255 or 81.25% from 32); Blue value is 5 (2.34% from 255 or 15.62% from 32); Max value from RGB is 26 - color contains mainly: green. Hex color #011A05 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #011A05 is #FEE5FA. Grayscale: #101010. Windows color (decimal): -16705019 or 334337. OLE color: 334337.

HSL color Cylindrical-coordinate representation of color #011A05: hue angle of 129.6º degrees, saturation: 0.93, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #011A05 is Cyan = 0.96, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.90.

Color convert

RGB1265-
CMYK0.9600.810.90
HSL129.6º92.59%5.29%-
HSV(B)129.6º96.15%10.2%-
XYZ0.410.760.27-
YUV16.13121.72117.21-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 3.12%
GREEN value IS 26 (10.55% from 255) = 81.25%
BLUE value IS 5 (2.34% from 255) = 15.62%
R=3.12%
G=81.25%
B=15.62%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal12650.9600.810.90129.692.595.29
Hex11A5600515A825d5
Octal132514001211322021355
Binary1110101011100000010100011011010100000101011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #011A05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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