Html Css Color HEX #020610 Black Russian

📋 copy color: '#020610'

red 2 ◦ green 6 ◦ blue 16

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

Shades of Black Russian #020610

Tints of Black Russian #020610

RGB

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

 GREEN value IS 6 (2.73% from 255) = 25%

 BLUE value IS 16 (6.64% from 255) = 66.67%

R = 8.33%
G = 25%
B = 66.67%

CMYK

 C value IS 0.87

 M value IS 0.62

 Y value IS 0

 K value IS 0.94

RGB Variations

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

Color information

#020610 (or 0x020610) is known color: Black Russian. HEX triplet: 02, 06 and 10. RGB value is (2,6,16). Sum of RGB (Red+Green+Blue) = 2+6+16=24 (3% of max value = 765). Red value is 2 (1.17% from 255 or 8.33% from 24); Green value is 6 (2.73% from 255 or 25% from 24); Blue value is 16 (6.64% from 255 or 66.67% from 24); Max value from RGB is 16 - color contains mainly: blue. Hex color #020610 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #020610 is #FDF9EF. Grayscale: #050505. Windows color (decimal): -16644592 or 1050114. OLE color: 1050114.

HSL color Cylindrical-coordinate representation of color #020610: hue angle of 222.86º degrees, saturation: 0.78, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.06% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #020610 is Cyan = 0.87, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.94.

Color convert

RGB 2 6 16 -
CMYK 0.87 0.62 0 0.94
HSL 222.86º 0.78% 0.04% -
HSV(B) 222.86º 0.88% 0.06% -
XYZ 0.18 0.18 0.52 -
YUV 5.94 133.67 125.19 -
System Red Green Blue C M Y K H S L
Decimal 2 6 16 0.87 0.62 0 0.94 222.86 0.78 0.04
Hex 2 6 10 57 3E 0 5E DF 4E 4
Octal 2 6 20 127 76 0 136 337 116 4
Binary 10 110 10000 1010111 111110 0 1011110 11011111 1001110 100

Color Harmonies of #020610

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #020610

Black with #020610

Text Example


Text Example

White with #020610

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #020610; }

 p { color: rgb(2,6,16); }

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

background-color css

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

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

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

border-color css

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

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

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