#011203

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

Shades of Black Bean #011203

Tints of Black Bean #011203

Color information

#011203 (or 0x011203) is unknown color: approx Black Bean. HEX triplet: 01, 12 and 03. RGB value is (1,18,3). Sum of RGB (Red+Green+Blue) = 1+18+3=22 (2% of max value = 765). Red value is 1 (0.78% from 255 or 4.55% from 22); Green value is 18 (7.42% from 255 or 81.82% from 22); Blue value is 3 (1.56% from 255 or 13.64% from 22); Max value from RGB is 18 - color contains mainly: green. Hex color #011203 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #011203 is #FEEDFC. Grayscale: #0B0B0B. Windows color (decimal): -16707069 or 201217. OLE color: 201217.

HSL color Cylindrical-coordinate representation of color #011203: hue angle of 127.06º degrees, saturation: 0.89, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #011203 is Cyan = 0.94, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.93.

Color convert

RGB1183-
CMYK0.9400.830.93
HSL127.06º89.47%3.73%-
HSV(B)127.06º94.44%7.06%-
XYZ0.250.450.16-
YUV11.21123.37120.72-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 4.55%
GREEN value IS 18 (7.42% from 255) = 81.82%
BLUE value IS 3 (1.56% from 255) = 13.64%
R=4.55%
G=81.82%
B=13.64%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal11830.9400.830.93127.0689.473.73
Hex11235E0535D7f594
Octal122313601231351771314
Binary11001011101111001010011101110111111111011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #011203

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #011203; }

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

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

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

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

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

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

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

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