#0A0818

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

Shades of Black Russian #0A0818

Tints of Black Russian #0A0818

Color information

#0A0818 (or 0x0A0818) is unknown color: approx Black Russian. HEX triplet: 0A, 08 and 18. RGB value is (10,8,24). Sum of RGB (Red+Green+Blue) = 10+8+24=42 (5% of max value = 765). Red value is 10 (4.30% from 255 or 23.81% from 42); Green value is 8 (3.52% from 255 or 19.05% from 42); Blue value is 24 (9.77% from 255 or 57.14% from 42); Max value from RGB is 24 - color contains mainly: blue. Hex color #0A0818 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0A0818 is #F5F7E7. Grayscale: #0A0A0A. Windows color (decimal): -16119784 or 1574922. OLE color: 1574922.

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

Color convert

RGB10824-
CMYK0.580.6700.91
HSL247.5º50%6.27%-
HSV(B)247.5º66.67%9.41%-
XYZ0.380.30.9-
YUV10.42135.66127.7-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 23.81%
GREEN value IS 8 (3.52% from 255) = 19.05%
BLUE value IS 24 (9.77% from 255) = 57.14%
R=23.81%
G=19.05%
B=57.14%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal108240.580.6700.91247.5506.27
HexA8183A4305Bf8326
Octal121030721030133370626
Binary101010001100011101010000110101101111111000110010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A0818

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0A0818; }

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

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

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

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

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

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

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

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