Html Css Color HEX #011200 Black Bean

📋 copy color: '#011200'

red 1 ◦ green 18 ◦ blue 0

#011200
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Black Bean #011200

Tints of Black Bean #011200

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 value IS 0.94

 M value IS 0

 Y value IS 1

 K value IS 0.93

RGB Variations

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

Color information

#011200 (or 0x011200) is known color: 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

RGB 1 18 0 -
CMYK 0.94 0 1 0.93
HSL 116.67º 1% 0.04% -
HSV(B) 116.67º 1% 0.07% -
XYZ 0.23 0.44 0.07 -
YUV 10.87 121.87 120.96 -
System Red Green Blue C M Y K H S L
Decimal 1 18 0 0.94 0 1 0.93 116.67 1 0.04
Hex 1 12 0 5E 0 64 5D 75 64 4
Octal 1 22 0 136 0 144 135 165 144 4
Binary 1 10010 0 1011110 0 1100100 1011101 1110101 1100100 100

Color Harmonies of #011200

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #011200

Black with #011200

Text Example


Text Example

White with #011200

Text Example


Text Example

HTML Codes & Css Web 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>