#011C04

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

Shades of Black Bean #011C04

Tints of Black Bean #011C04

Color information

#011C04 (or 0x011C04) is unknown color: approx Black Bean. HEX triplet: 01, 1C and 04. RGB value is (1,28,4). Sum of RGB (Red+Green+Blue) = 1+28+4=33 (4% of max value = 765). Red value is 1 (0.78% from 255 or 3.03% from 33); Green value is 28 (11.33% from 255 or 84.85% from 33); Blue value is 4 (1.95% from 255 or 12.12% from 33); Max value from RGB is 28 - color contains mainly: green. Hex color #011C04 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #011C04 is #FEE3FB. Grayscale: #111111. Windows color (decimal): -16704508 or 269313. OLE color: 269313.

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

Color convert

RGB1284-
CMYK0.9600.860.89
HSL126.67º93.1%5.69%-
HSV(B)126.67º96.43%10.98%-
XYZ0.450.850.25-
YUV17.19120.55116.45-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 3.03%
GREEN value IS 28 (11.33% from 255) = 84.85%
BLUE value IS 4 (1.95% from 255) = 12.12%
R=3.03%
G=84.85%
B=12.12%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal12840.9600.860.89126.6793.15.69
Hex11C460056597f5d6
Octal134414001261311771356
Binary111100100110000001010110101100111111111011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #011C04

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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