#000217

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

Shades of Black Russian #000217

Tints of Black Russian #000217

Color information

#000217 (or 0x000217) is unknown color: approx Black Russian. HEX triplet: 00, 02 and 17. RGB value is (0,2,23). Sum of RGB (Red+Green+Blue) = 0+2+23=25 (3% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 25); Green value is 2 (1.17% from 255 or 8% from 25); Blue value is 23 (9.38% from 255 or 92% from 25); Max value from RGB is 23 - color contains mainly: blue. Hex color #000217 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #000217 is #FFFDE8. Grayscale: #030303. Windows color (decimal): -16776681 or 1507840. OLE color: 1507840.

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

Color convert

RGB0223-
CMYK10.9100.91
HSL234.78º100%4.51%-
HSV(B)234.78º100%9.02%-
XYZ0.180.110.82-
YUV3.8138.84125.29-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 2 (1.17% from 255) = 8%
BLUE value IS 23 (9.38% from 255) = 92%
R=0%
G=8%
B=92%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal022310.9100.91234.781004.51
Hex0217645B05Beb645
Octal022714413301333531445
Binary010101111100100101101101011011111010111100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #000217

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #000217; }

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

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

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

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

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

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

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

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