#011C02

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

Shades of Black Bean #011C02

Tints of Black Bean #011C02

Color information

#011C02 (or 0x011C02) is unknown color: approx Black Bean. HEX triplet: 01, 1C and 02. RGB value is (1,28,2). Sum of RGB (Red+Green+Blue) = 1+28+2=31 (4% of max value = 765). Red value is 1 (0.78% from 255 or 3.23% from 31); Green value is 28 (11.33% from 255 or 90.32% from 31); Blue value is 2 (1.17% from 255 or 6.45% from 31); Max value from RGB is 28 - color contains mainly: green. Hex color #011C02 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #011C02 is #FEE3FD. Grayscale: #111111. Windows color (decimal): -16704510 or 138241. OLE color: 138241.

HSL color Cylindrical-coordinate representation of color #011C02: hue angle of 122.22º 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 #011C02 is Cyan = 0.96, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.89.

Color convert

RGB1282-
CMYK0.9600.930.89
HSL122.22º93.1%5.69%-
HSV(B)122.22º96.43%10.98%-
XYZ0.440.840.2-
YUV16.96119.55116.61-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 3.23%
GREEN value IS 28 (11.33% from 255) = 90.32%
BLUE value IS 2 (1.17% from 255) = 6.45%
R=3.23%
G=90.32%
B=6.45%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal12820.9600.930.89122.2293.15.69
Hex11C26005D597a5d6
Octal134214001351311721356
Binary11110010110000001011101101100111110101011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #011C02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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