Html Css Color HEX #011202 Black Bean

📋 copy color: '#011202'

red 1 ◦ green 18 ◦ blue 2

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

Shades of Black Bean #011202

Tints of Black Bean #011202

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 9.52%

R = 4.76%
G = 85.71%
B = 9.52%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.89

 K value IS 0.93

RGB Variations

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

Color information

#011202 (or 0x011202) is known color: Black Bean. HEX triplet: 01, 12 and 02. RGB value is (1,18,2). Sum of RGB (Red+Green+Blue) = 1+18+2=21 (2% of max value = 765). Red value is 1 (0.78% from 255 or 4.76% from 21); Green value is 18 (7.42% from 255 or 85.71% from 21); Blue value is 2 (1.17% from 255 or 9.52% from 21); Max value from RGB is 18 - color contains mainly: green. Hex color #011202 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #011202 is #FEEDFD. Grayscale: #0B0B0B. Windows color (decimal): -16707070 or 135681. OLE color: 135681.

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

Color convert

RGB 1 18 2 -
CMYK 0.94 0 0.89 0.93
HSL 123.53º 0.89% 0.04% -
HSV(B) 123.53º 0.94% 0.07% -
XYZ 0.24 0.44 0.13 -
YUV 11.09 122.87 120.8 -
System Red Green Blue C M Y K H S L
Decimal 1 18 2 0.94 0 0.89 0.93 123.53 0.89 0.04
Hex 1 12 2 5E 0 59 5D 7C 59 4
Octal 1 22 2 136 0 131 135 174 131 4
Binary 1 10010 10 1011110 0 1011001 1011101 1111100 1011001 100

Color Harmonies of #011202

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #011202

Black with #011202

Text Example


Text Example

White with #011202

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #011202; }

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

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

background-color css

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

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

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

border-color css

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

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

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