Html Css Color HEX #021201 Black Bean

📋 copy color: '#021201'

red 2 ◦ green 18 ◦ blue 1

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

Shades of Black Bean #021201

Tints of Black Bean #021201

RGB

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

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

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

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

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.94

 K value IS 0.93

RGB Variations

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

Color information

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

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

Color convert

RGB 2 18 1 -
CMYK 0.89 0 0.94 0.93
HSL 116.47º 0.89% 0.04% -
HSV(B) 116.47º 0.94% 0.07% -
XYZ 0.25 0.45 0.1 -
YUV 11.28 122.2 121.38 -
System Red Green Blue C M Y K H S L
Decimal 2 18 1 0.89 0 0.94 0.93 116.47 0.89 0.04
Hex 2 12 1 59 0 5E 5D 74 59 4
Octal 2 22 1 131 0 136 135 164 131 4
Binary 10 10010 1 1011001 0 1011110 1011101 1110100 1011001 100

Color Harmonies of #021201

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #021201

Black with #021201

Text Example


Text Example

White with #021201

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #021201; }

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

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

background-color css

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

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

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

border-color css

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

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

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