#011C06

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

Shades of Black Bean #011C06

Tints of Black Bean #011C06

Color information

#011C06 (or 0x011C06) is unknown color: approx Black Bean. HEX triplet: 01, 1C and 06. RGB value is (1,28,6). Sum of RGB (Red+Green+Blue) = 1+28+6=35 (4% of max value = 765). Red value is 1 (0.78% from 255 or 2.86% from 35); Green value is 28 (11.33% from 255 or 80% from 35); Blue value is 6 (2.73% from 255 or 17.14% from 35); Max value from RGB is 28 - color contains mainly: green. Hex color #011C06 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #011C06 is #FEE3F9. Grayscale: #111111. Windows color (decimal): -16704506 or 400385. OLE color: 400385.

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

Color convert

RGB1286-
CMYK0.9600.790.89
HSL131.11º93.1%5.69%-
HSV(B)131.11º96.43%10.98%-
XYZ0.460.850.31-
YUV17.42121.55116.29-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 2.86%
GREEN value IS 28 (11.33% from 255) = 80%
BLUE value IS 6 (2.73% from 255) = 17.14%
R=2.86%
G=80%
B=17.14%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal12860.9600.790.89131.1193.15.69
Hex11C66004F59835d6
Octal134614001171312031356
Binary1111001101100000010011111011001100000111011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #011C06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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