#011603

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

Shades of Black Bean #011603

Tints of Black Bean #011603

Color information

#011603 (or 0x011603) is unknown color: approx Black Bean. HEX triplet: 01, 16 and 03. RGB value is (1,22,3). Sum of RGB (Red+Green+Blue) = 1+22+3=26 (3% of max value = 765). Red value is 1 (0.78% from 255 or 3.85% from 26); Green value is 22 (8.98% from 255 or 84.62% from 26); Blue value is 3 (1.56% from 255 or 11.54% from 26); Max value from RGB is 22 - color contains mainly: green. Hex color #011603 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #011603 is #FEE9FC. Grayscale: #0D0D0D. Windows color (decimal): -16706045 or 202241. OLE color: 202241.

HSL color Cylindrical-coordinate representation of color #011603: hue angle of 125.71º degrees, saturation: 0.91, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #011603 is Cyan = 0.95, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.91.

Color convert

RGB1223-
CMYK0.9500.860.91
HSL125.71º91.3%4.51%-
HSV(B)125.71º95.45%8.63%-
XYZ0.320.590.18-
YUV13.56122.04119.04-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 3.85%
GREEN value IS 22 (8.98% from 255) = 84.62%
BLUE value IS 3 (1.56% from 255) = 11.54%
R=3.85%
G=84.62%
B=11.54%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal12230.9500.860.91125.7191.34.51
Hex11635F0565B7e5b5
Octal126313701261331761335
Binary11011011101111101010110101101111111101011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #011603

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #011603; }

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

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

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

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

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

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

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

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