Html Css Color HEX #021C07 Black Bean

📋 copy color: '#021C07'

red 2 ◦ green 28 ◦ blue 7

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

Shades of Black Bean #021C07

Tints of Black Bean #021C07

RGB

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

 GREEN value IS 28 (11.33% from 255) = 75.68%

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

R = 5.41%
G = 75.68%
B = 18.92%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.75

 K value IS 0.89

RGB Variations

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

Color information

#021C07 (or 0x021C07) is known color: Black Bean. HEX triplet: 02, 1C and 07. RGB value is (2,28,7). Sum of RGB (Red+Green+Blue) = 2+28+7=37 (4% of max value = 765). Red value is 2 (1.17% from 255 or 5.41% from 37); Green value is 28 (11.33% from 255 or 75.68% from 37); Blue value is 7 (3.12% from 255 or 18.92% from 37); Max value from RGB is 28 - color contains mainly: green. Hex color #021C07 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #021C07 is #FDE3F8. Grayscale: #111111. Windows color (decimal): -16638969 or 465922. OLE color: 465922.

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

Color convert

RGB 2 28 7 -
CMYK 0.93 0 0.75 0.89
HSL 131.54º 0.87% 0.06% -
HSV(B) 131.54º 0.93% 0.11% -
XYZ 0.48 0.86 0.34 -
YUV 17.83 121.89 116.71 -
System Red Green Blue C M Y K H S L
Decimal 2 28 7 0.93 0 0.75 0.89 131.54 0.87 0.06
Hex 2 1C 7 5D 0 4B 59 84 57 6
Octal 2 34 7 135 0 113 131 204 127 6
Binary 10 11100 111 1011101 0 1001011 1011001 10000100 1010111 110

Color Harmonies of #021C07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #021C07

Black with #021C07

Text Example


Text Example

White with #021C07

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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