#011C03

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

Shades of Black Bean #011C03

Tints of Black Bean #011C03

Color information

#011C03 (or 0x011C03) is unknown color: approx Black Bean. HEX triplet: 01, 1C and 03. RGB value is (1,28,3). Sum of RGB (Red+Green+Blue) = 1+28+3=32 (4% of max value = 765). Red value is 1 (0.78% from 255 or 3.12% from 32); Green value is 28 (11.33% from 255 or 87.5% from 32); Blue value is 3 (1.56% from 255 or 9.38% from 32); Max value from RGB is 28 - color contains mainly: green. Hex color #011C03 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #011C03 is #FEE3FC. Grayscale: #111111. Windows color (decimal): -16704509 or 203777. OLE color: 203777.

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

Color convert

RGB1283-
CMYK0.9600.890.89
HSL124.44º93.1%5.69%-
HSV(B)124.44º96.43%10.98%-
XYZ0.440.840.23-
YUV17.08120.05116.53-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 3.12%
GREEN value IS 28 (11.33% from 255) = 87.5%
BLUE value IS 3 (1.56% from 255) = 9.38%
R=3.12%
G=87.5%
B=9.38%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal12830.9600.890.89124.4493.15.69
Hex11C360059597c5d6
Octal134314001311311741356
Binary11110011110000001011001101100111111001011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #011C03

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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