Html Css Color HEX #020203 Black Russian

📋 copy color: '#020203'

red 2 ◦ green 2 ◦ blue 3

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

Shades of Black Russian #020203

Tints of Black Russian #020203

RGB

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

 GREEN value IS 2 (1.17% from 255) = 28.57%

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

R = 28.57%
G = 28.57%
B = 42.86%

CMYK

 C value IS 0.33

 M value IS 0.33

 Y value IS 0

 K value IS 0.99

RGB Variations

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

Color information

#020203 (or 0x020203) is known color: Black Russian. HEX triplet: 02, 02 and 03. RGB value is (2,2,3). Sum of RGB (Red+Green+Blue) = 2+2+3=7 (0% of max value = 765). Red value is 2 (1.17% from 255 or 28.57% from 7); Green value is 2 (1.17% from 255 or 28.57% from 7); Blue value is 3 (1.56% from 255 or 42.86% from 7); Max value from RGB is 3 - color contains mainly: blue. Hex color #020203 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #020203 is #FDFDFC. Grayscale: #020202. Windows color (decimal): -16645629 or 197122. OLE color: 197122.

HSL color Cylindrical-coordinate representation of color #020203: hue angle of 240º degrees, saturation: 0.2, lightness: 0.01%. HSV value (or HSB Brightness) of color is 0.01% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #020203 is Cyan = 0.33, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.99.

Color convert

RGB 2 2 3 -
CMYK 0.33 0.33 0 0.99
HSL 240º 0.2% 0.01% -
HSV(B) 240º 0.33% 0.01% -
XYZ 0.06 0.06 0.09 -
YUV 2.11 128.5 127.92 -
System Red Green Blue C M Y K H S L
Decimal 2 2 3 0.33 0.33 0 0.99 240 0.2 0.01
Hex 2 2 3 21 21 0 63 F0 14 1
Octal 2 2 3 41 41 0 143 360 24 1
Binary 10 10 11 100001 100001 0 1100011 11110000 10100 1

Color Harmonies of #020203

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #020203

Black with #020203

Text Example


Text Example

White with #020203

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #020203; }

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

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

background-color css

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

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

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

border-color css

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

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

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