Html Css Color HEX #021D03 Black Bean

📋 copy color: '#021D03'

red 2 ◦ green 29 ◦ blue 3

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

Shades of Black Bean #021D03

Tints of Black Bean #021D03

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 8.82%

R = 5.88%
G = 85.29%
B = 8.82%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.90

 K value IS 0.89

RGB Variations

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

Color information

#021D03 (or 0x021D03) is known color: Black Bean. HEX triplet: 02, 1D and 03. RGB value is (2,29,3). Sum of RGB (Red+Green+Blue) = 2+29+3=34 (4% of max value = 765). Red value is 2 (1.17% from 255 or 5.88% from 34); Green value is 29 (11.72% from 255 or 85.29% from 34); Blue value is 3 (1.56% from 255 or 8.82% from 34); Max value from RGB is 29 - color contains mainly: green. Hex color #021D03 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #021D03 is #FDE2FC. Grayscale: #121212. Windows color (decimal): -16638717 or 204034. OLE color: 204034.

HSL color Cylindrical-coordinate representation of color #021D03: hue angle of 122.22º 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 #021D03 is Cyan = 0.93, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.89.

Color convert

RGB 2 29 3 -
CMYK 0.93 0 0.90 0.89
HSL 122.22º 0.87% 0.06% -
HSV(B) 122.22º 0.93% 0.11% -
XYZ 0.48 0.9 0.23 -
YUV 17.96 119.55 116.61 -
System Red Green Blue C M Y K H S L
Decimal 2 29 3 0.93 0 0.90 0.89 122.22 0.87 0.06
Hex 2 1D 3 5D 0 5A 59 7A 57 6
Octal 2 35 3 135 0 132 131 172 127 6
Binary 10 11101 11 1011101 0 1011010 1011001 1111010 1010111 110

Color Harmonies of #021D03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #021D03

Black with #021D03

Text Example


Text Example

White with #021D03

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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