#020217

Color #020217 Black Russian (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Black Russian #020217

Tints of Black Russian #020217

Color information

#020217 (or 0x020217) is unknown color: approx Black Russian. HEX triplet: 02, 02 and 17. RGB value is (2,2,23). Sum of RGB (Red+Green+Blue) = 2+2+23=27 (3% of max value = 765). Red value is 2 (1.17% from 255 or 7.41% from 27); Green value is 2 (1.17% from 255 or 7.41% from 27); Blue value is 23 (9.38% from 255 or 85.19% from 27); Max value from RGB is 23 - color contains mainly: blue. Hex color #020217 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #020217 is #FDFDE8. Grayscale: #040404. Windows color (decimal): -16645609 or 1507842. OLE color: 1507842.

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

Color convert

RGB2223-
CMYK0.910.9100.91
HSL240º84%4.9%-
HSV(B)240º91.3%9.02%-
XYZ0.20.120.82-
YUV4.39138.5126.29-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 7.41%
GREEN value IS 2 (1.17% from 255) = 7.41%
BLUE value IS 23 (9.38% from 255) = 85.19%
R=7.41%
G=7.41%
B=85.19%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal22230.910.9100.91240844.9
Hex22175B5B05Bf0545
Octal222713313301333601245
Binary1010101111011011101101101011011111100001010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #020217

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #020217; }

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

 H1.HeaderClassName
 {
   color: #020217;
 }
 .AnyTagClassName
 {
   color: #020217;
 }
</style>
background-color css

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

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

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

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

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

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