#020317

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

Shades of Black Russian #020317

Tints of Black Russian #020317

Color information

#020317 (or 0x020317) is unknown color: approx Black Russian. HEX triplet: 02, 03 and 17. RGB value is (2,3,23). Sum of RGB (Red+Green+Blue) = 2+3+23=28 (3% of max value = 765). Red value is 2 (1.17% from 255 or 7.14% from 28); Green value is 3 (1.56% from 255 or 10.71% from 28); Blue value is 23 (9.38% from 255 or 82.14% from 28); Max value from RGB is 23 - color contains mainly: blue. Hex color #020317 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #020317 is #FDFCE8. Grayscale: #040404. Windows color (decimal): -16645353 or 1508098. OLE color: 1508098.

HSL color Cylindrical-coordinate representation of color #020317: hue angle of 237.14º 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 #020317 is Cyan = 0.91, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.91.

Color convert

RGB2323-
CMYK0.910.8700.91
HSL237.14º84%4.9%-
HSV(B)237.14º91.3%9.02%-
XYZ0.210.140.83-
YUV4.98138.17125.87-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 7.14%
GREEN value IS 3 (1.56% from 255) = 10.71%
BLUE value IS 23 (9.38% from 255) = 82.14%
R=7.14%
G=10.71%
B=82.14%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal23230.910.8700.91237.14844.9
Hex23175B5705Bed545
Octal232713312701333551245
Binary1011101111011011101011101011011111011011010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #020317

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #020317; }

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

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

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

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

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

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

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

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