#011B06

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

Shades of Black Bean #011B06

Tints of Black Bean #011B06

Color information

#011B06 (or 0x011B06) is unknown color: approx Black Bean. HEX triplet: 01, 1B and 06. RGB value is (1,27,6). Sum of RGB (Red+Green+Blue) = 1+27+6=34 (4% of max value = 765). Red value is 1 (0.78% from 255 or 2.94% from 34); Green value is 27 (10.94% from 255 or 79.41% from 34); Blue value is 6 (2.73% from 255 or 17.65% from 34); Max value from RGB is 27 - color contains mainly: green. Hex color #011B06 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #011B06 is #FEE4F9. Grayscale: #101010. Windows color (decimal): -16704762 or 400129. OLE color: 400129.

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

Color convert

RGB1276-
CMYK0.9600.780.89
HSL131.54º92.86%5.49%-
HSV(B)131.54º96.3%10.59%-
XYZ0.440.80.3-
YUV16.83121.89116.71-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 2.94%
GREEN value IS 27 (10.94% from 255) = 79.41%
BLUE value IS 6 (2.73% from 255) = 17.65%
R=2.94%
G=79.41%
B=17.65%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal12760.9600.780.89131.5492.865.49
Hex11B66004E59845d5
Octal133614001161312041355
Binary1110111101100000010011101011001100001001011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #011B06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(1,27,6); }

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

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

 a { background-color: rgb(1,27,6); }

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

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

 span { border-color: rgb(1,27,6); }

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