Html Css Color HEX #021D07 Black Bean

📋 copy color: '#021D07'

red 2 ◦ green 29 ◦ blue 7

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

Shades of Black Bean #021D07

Tints of Black Bean #021D07

RGB

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

 GREEN value IS 29 (11.72% from 255) = 76.32%

 BLUE value IS 7 (3.13% from 255) = 18.42%

R = 5.26%
G = 76.32%
B = 18.42%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.76

 K value IS 0.89

RGB Variations

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

Color information

#021D07 (or 0x021D07) is known color: Black Bean. HEX triplet: 02, 1D and 07. RGB value is (2,29,7). Sum of RGB (Red+Green+Blue) = 2+29+7=38 (5% of max value = 765). Red value is 2 (1.17% from 255 or 5.26% from 38); Green value is 29 (11.72% from 255 or 76.32% from 38); Blue value is 7 (3.12% from 255 or 18.42% from 38); Max value from RGB is 29 - color contains mainly: green. Hex color #021D07 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #021D07 is #FDE2F8. Grayscale: #121212. Windows color (decimal): -16638713 or 466178. OLE color: 466178.

HSL color Cylindrical-coordinate representation of color #021D07: hue angle of 131.11º degrees, saturation: 0.87, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #021D07 is Cyan = 0.93, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.89.

Color convert

RGB 2 29 7 -
CMYK 0.93 0 0.76 0.89
HSL 131.11º 0.87% 0.06% -
HSV(B) 131.11º 0.93% 0.11% -
XYZ 0.5 0.91 0.35 -
YUV 18.42 121.55 116.29 -
System Red Green Blue C M Y K H S L
Decimal 2 29 7 0.93 0 0.76 0.89 131.11 0.87 0.06
Hex 2 1D 7 5D 0 4C 59 83 57 6
Octal 2 35 7 135 0 114 131 203 127 6
Binary 10 11101 111 1011101 0 1001100 1011001 10000011 1010111 110

Color Harmonies of #021D07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #021D07

Black with #021D07

Text Example


Text Example

White with #021D07

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(2,29,7); }

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

background-color css

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

 a { background-color: rgb(2,29,7); }

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

border-color css

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

 span { border-color: rgb(2,29,7); }

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