Html Css Color HEX #021506 Black Bean

📋 copy color: '#021506'

red 2 ◦ green 21 ◦ blue 6

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

Shades of Black Bean #021506

Tints of Black Bean #021506

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 20.69%

R = 6.9%
G = 72.41%
B = 20.69%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.71

 K value IS 0.92

RGB Variations

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

Color information

#021506 (or 0x021506) is known color: Black Bean. HEX triplet: 02, 15 and 06. RGB value is (2,21,6). Sum of RGB (Red+Green+Blue) = 2+21+6=29 (3% of max value = 765). Red value is 2 (1.17% from 255 or 6.90% from 29); Green value is 21 (8.59% from 255 or 72.41% from 29); Blue value is 6 (2.73% from 255 or 20.69% from 29); Max value from RGB is 21 - color contains mainly: green. Hex color #021506 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #021506 is #FDEAF9. Grayscale: #0D0D0D. Windows color (decimal): -16640762 or 398594. OLE color: 398594.

HSL color Cylindrical-coordinate representation of color #021506: hue angle of 132.63º degrees, saturation: 0.83, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #021506 is Cyan = 0.90, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.92.

Color convert

RGB 2 21 6 -
CMYK 0.90 0 0.71 0.92
HSL 132.63º 0.83% 0.05% -
HSV(B) 132.63º 0.9% 0.08% -
XYZ 0.33 0.56 0.26 -
YUV 13.61 123.71 119.72 -
System Red Green Blue C M Y K H S L
Decimal 2 21 6 0.90 0 0.71 0.92 132.63 0.83 0.05
Hex 2 15 6 5A 0 47 5C 85 53 5
Octal 2 25 6 132 0 107 134 205 123 5
Binary 10 10101 110 1011010 0 1000111 1011100 10000101 1010011 101

Color Harmonies of #021506

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #021506

Black with #021506

Text Example


Text Example

White with #021506

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #021506; }

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

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

background-color css

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

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

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

border-color css

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

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

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