Html Css Color HEX #011201 Black Bean

📋 copy color: '#011201'

red 1 ◦ green 18 ◦ blue 1

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

Shades of Black Bean #011201

Tints of Black Bean #011201

RGB

 RED value IS 1 (0.78% from 255) = 5%

 GREEN value IS 18 (7.42% from 255) = 90%

 BLUE value IS 1 (0.78% from 255) = 5%

R = 5%
G = 90%
B = 5%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.94

 K value IS 0.93

RGB Variations

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

Color information

#011201 (or 0x011201) is known color: Black Bean. HEX triplet: 01, 12 and 01. RGB value is (1,18,1). Sum of RGB (Red+Green+Blue) = 1+18+1=20 (2% of max value = 765). Red value is 1 (0.78% from 255 or 5% from 20); Green value is 18 (7.42% from 255 or 90% from 20); Blue value is 1 (0.78% from 255 or 5% from 20); Max value from RGB is 18 - color contains mainly: green. Hex color #011201 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #011201 is #FEEDFE. Grayscale: #0B0B0B. Windows color (decimal): -16707071 or 70145. OLE color: 70145.

HSL color Cylindrical-coordinate representation of color #011201: hue angle of 120º 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 #011201 is Cyan = 0.94, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.93.

Color convert

RGB 1 18 1 -
CMYK 0.94 0 0.94 0.93
HSL 120º 0.89% 0.04% -
HSV(B) 120º 0.94% 0.07% -
XYZ 0.23 0.44 0.1 -
YUV 10.98 122.37 120.88 -
System Red Green Blue C M Y K H S L
Decimal 1 18 1 0.94 0 0.94 0.93 120 0.89 0.04
Hex 1 12 1 5E 0 5E 5D 78 59 4
Octal 1 22 1 136 0 136 135 170 131 4
Binary 1 10010 1 1011110 0 1011110 1011101 1111000 1011001 100

Color Harmonies of #011201

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #011201

Black with #011201

Text Example


Text Example

White with #011201

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #011201; }

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

 H1.HeaderClassName
 {
   color: #011201;
 }
 .AnyTagClassName
 {
   color: #011201;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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