Html Css Color HEX #021501 Black Bean

📋 copy color: '#021501'

red 2 ◦ green 21 ◦ blue 1

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

Shades of Black Bean #021501

Tints of Black Bean #021501

RGB

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

 GREEN value IS 21 (8.59% from 255) = 87.5%

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

R = 8.33%
G = 87.5%
B = 4.17%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.95

 K value IS 0.92

RGB Variations

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

Color information

#021501 (or 0x021501) is known color: Black Bean. HEX triplet: 02, 15 and 01. RGB value is (2,21,1). Sum of RGB (Red+Green+Blue) = 2+21+1=24 (3% of max value = 765). Red value is 2 (1.17% from 255 or 8.33% from 24); Green value is 21 (8.59% from 255 or 87.5% from 24); Blue value is 1 (0.78% from 255 or 4.17% from 24); Max value from RGB is 21 - color contains mainly: green. Hex color #021501 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #021501 is #FDEAFE. Grayscale: #0D0D0D. Windows color (decimal): -16640767 or 70914. OLE color: 70914.

HSL color Cylindrical-coordinate representation of color #021501: hue angle of 117º degrees, saturation: 0.91, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #021501 is Cyan = 0.90, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.92.

Color convert

RGB 2 21 1 -
CMYK 0.90 0 0.95 0.92
HSL 117º 0.91% 0.04% -
HSV(B) 117º 0.95% 0.08% -
XYZ 0.3 0.55 0.12 -
YUV 13.04 121.21 120.13 -
System Red Green Blue C M Y K H S L
Decimal 2 21 1 0.90 0 0.95 0.92 117 0.91 0.04
Hex 2 15 1 5A 0 5F 5C 75 5B 4
Octal 2 25 1 132 0 137 134 165 133 4
Binary 10 10101 1 1011010 0 1011111 1011100 1110101 1011011 100

Color Harmonies of #021501

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #021501

Black with #021501

Text Example


Text Example

White with #021501

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #021501; }

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

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

background-color css

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

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

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

border-color css

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

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

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