Html Css Color HEX #021F06 Black Bean

📋 copy color: '#021F06'

red 2 ◦ green 31 ◦ blue 6

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

Shades of Black Bean #021F06

Tints of Black Bean #021F06

RGB

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

 GREEN value IS 31 (12.5% from 255) = 79.49%

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

R = 5.13%
G = 79.49%
B = 15.38%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.81

 K value IS 0.88

RGB Variations

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

Color information

#021F06 (or 0x021F06) is known color: Black Bean. HEX triplet: 02, 1F and 06. RGB value is (2,31,6). Sum of RGB (Red+Green+Blue) = 2+31+6=39 (5% of max value = 765). Red value is 2 (1.17% from 255 or 5.13% from 39); Green value is 31 (12.5% from 255 or 79.49% from 39); Blue value is 6 (2.73% from 255 or 15.38% from 39); Max value from RGB is 31 - color contains mainly: green. Hex color #021F06 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #021F06 is #FDE0F9. Grayscale: #131313. Windows color (decimal): -16638202 or 401154. OLE color: 401154.

HSL color Cylindrical-coordinate representation of color #021F06: hue angle of 128.28º degrees, saturation: 0.88, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #021F06 is Cyan = 0.94, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.88.

Color convert

RGB 2 31 6 -
CMYK 0.94 0 0.81 0.88
HSL 128.28º 0.88% 0.06% -
HSV(B) 128.28º 0.94% 0.12% -
XYZ 0.55 1.01 0.34 -
YUV 19.48 120.39 115.53 -
System Red Green Blue C M Y K H S L
Decimal 2 31 6 0.94 0 0.81 0.88 128.28 0.88 0.06
Hex 2 1F 6 5E 0 51 58 80 58 6
Octal 2 37 6 136 0 121 130 200 130 6
Binary 10 11111 110 1011110 0 1010001 1011000 10000000 1011000 110

Color Harmonies of #021F06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #021F06

Black with #021F06

Text Example


Text Example

White with #021F06

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #021F06; }

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

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

background-color css

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

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

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

border-color css

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

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

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