#000818

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

Shades of Black Russian #000818

Tints of Black Russian #000818

Color information

#000818 (or 0x000818) is unknown color: approx Black Russian. HEX triplet: 00, 08 and 18. RGB value is (0,8,24). Sum of RGB (Red+Green+Blue) = 0+8+24=32 (4% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 32); Green value is 8 (3.52% from 255 or 25% from 32); Blue value is 24 (9.77% from 255 or 75% from 32); Max value from RGB is 24 - color contains mainly: blue. Hex color #000818 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #000818 is #FFF7E7. Grayscale: #070707. Windows color (decimal): -16775144 or 1574912. OLE color: 1574912.

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

Color convert

RGB0824-
CMYK10.6700.91
HSL220º100%4.71%-
HSV(B)220º100%9.41%-
XYZ0.250.240.9-
YUV7.43137.35122.7-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 8 (3.52% from 255) = 25%
BLUE value IS 24 (9.77% from 255) = 75%
R=0%
G=25%
B=75%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal082410.6700.912201004.71
Hex0818644305Bdc645
Octal0103014410301333341445
Binary01000110001100100100001101011011110111001100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #000818

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #000818; }

 p { color: rgb(0,8,24); }

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

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

 a { background-color: rgb(0,8,24); }

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

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

 span { border-color: rgb(0,8,24); }

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