Html Css Color HEX #020703 Black Bean

📋 copy color: '#020703'

red 2 ◦ green 7 ◦ blue 3

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

Shades of Black Bean #020703

Tints of Black Bean #020703

RGB

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

 GREEN value IS 7 (3.13% from 255) = 58.33%

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

R = 16.67%
G = 58.33%
B = 25%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.57

 K value IS 0.97

RGB Variations

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

Color information

#020703 (or 0x020703) is known color: Black Bean. HEX triplet: 02, 07 and 03. RGB value is (2,7,3). Sum of RGB (Red+Green+Blue) = 2+7+3=12 (1% of max value = 765). Red value is 2 (1.17% from 255 or 16.67% from 12); Green value is 7 (3.12% from 255 or 58.33% from 12); Blue value is 3 (1.56% from 255 or 25% from 12); Max value from RGB is 7 - color contains mainly: green. Hex color #020703 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #020703 is #FDF8FC. Grayscale: #050505. Windows color (decimal): -16644349 or 198402. OLE color: 198402.

HSL color Cylindrical-coordinate representation of color #020703: hue angle of 132º degrees, saturation: 0.56, lightness: 0.02%. HSV value (or HSB Brightness) of color is 0.03% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #020703 is Cyan = 0.71, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.97.

Color convert

RGB 2 7 3 -
CMYK 0.71 0 0.57 0.97
HSL 132º 0.56% 0.02% -
HSV(B) 132º 0.71% 0.03% -
XYZ 0.12 0.17 0.11 -
YUV 5.05 126.84 125.83 -
System Red Green Blue C M Y K H S L
Decimal 2 7 3 0.71 0 0.57 0.97 132 0.56 0.02
Hex 2 7 3 47 0 39 61 84 38 2
Octal 2 7 3 107 0 71 141 204 70 2
Binary 10 111 11 1000111 0 111001 1100001 10000100 111000 10

Color Harmonies of #020703

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #020703

Black with #020703

Text Example


Text Example

White with #020703

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #020703; }

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

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

background-color css

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

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

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

border-color css

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

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

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