Html Css Color HEX #021205 Black Bean

📋 copy color: '#021205'

red 2 ◦ green 18 ◦ blue 5

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

Shades of Black Bean #021205

Tints of Black Bean #021205

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 20%

R = 8%
G = 72%
B = 20%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.72

 K value IS 0.93

RGB Variations

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

Color information

#021205 (or 0x021205) is known color: Black Bean. HEX triplet: 02, 12 and 05. RGB value is (2,18,5). Sum of RGB (Red+Green+Blue) = 2+18+5=25 (3% of max value = 765). Red value is 2 (1.17% from 255 or 8% from 25); Green value is 18 (7.42% from 255 or 72% from 25); Blue value is 5 (2.34% from 255 or 20% from 25); Max value from RGB is 18 - color contains mainly: green. Hex color #021205 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #021205 is #FDEDFA. Grayscale: #0B0B0B. Windows color (decimal): -16641531 or 332290. OLE color: 332290.

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

Color convert

RGB 2 18 5 -
CMYK 0.89 0 0.72 0.93
HSL 131.25º 0.8% 0.04% -
HSV(B) 131.25º 0.89% 0.07% -
XYZ 0.27 0.46 0.22 -
YUV 11.73 124.2 121.06 -
System Red Green Blue C M Y K H S L
Decimal 2 18 5 0.89 0 0.72 0.93 131.25 0.8 0.04
Hex 2 12 5 59 0 48 5D 83 50 4
Octal 2 22 5 131 0 110 135 203 120 4
Binary 10 10010 101 1011001 0 1001000 1011101 10000011 1010000 100

Color Harmonies of #021205

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #021205

Black with #021205

Text Example


Text Example

White with #021205

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #021205; }

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

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

background-color css

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

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

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

border-color css

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

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

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