#011200

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

Shades of Black Bean #011200

Tints of Black Bean #011200

Color information

#011200 (or 0x011200) is unknown color: approx Black Bean. HEX triplet: 01, 12 and 00. RGB value is (1,18,0). Sum of RGB (Red+Green+Blue) = 1+18+0=19 (2% of max value = 765). Red value is 1 (0.78% from 255 or 5.26% from 19); Green value is 18 (7.42% from 255 or 94.74% from 19); Blue value is 0 (0.39% from 255 or 0% from 19); Max value from RGB is 18 - color contains mainly: green. Hex color #011200 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #011200 is #FEEDFF. Grayscale: #0A0A0A. Windows color (decimal): -16707072 or 4609. OLE color: 4609.

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

Color convert

RGB1180-
CMYK0.94010.93
HSL116.67º100%3.53%-
HSV(B)116.67º100%7.06%-
XYZ0.230.440.07-
YUV10.86121.87120.96-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 5.26%
GREEN value IS 18 (7.42% from 255) = 94.74%
BLUE value IS 0 (0.39% from 255) = 0%
R=5.26%
G=94.74%
B=0%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal11800.94010.93116.671003.53
Hex11205E0645D75644
Octal122013601441351651444
Binary1100100101111001100100101110111101011100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #011200

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #011200; }

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

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

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

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

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

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

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

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