#0A0618

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

Shades of Black Russian #0A0618

Tints of Black Russian #0A0618

Color information

#0A0618 (or 0x0A0618) is unknown color: approx Black Russian. HEX triplet: 0A, 06 and 18. RGB value is (10,6,24). Sum of RGB (Red+Green+Blue) = 10+6+24=40 (5% of max value = 765). Red value is 10 (4.30% from 255 or 25% from 40); Green value is 6 (2.73% from 255 or 15% from 40); Blue value is 24 (9.77% from 255 or 60% from 40); Max value from RGB is 24 - color contains mainly: blue. Hex color #0A0618 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0A0618 is #F5F9E7. Grayscale: #090909. Windows color (decimal): -16120296 or 1574410. OLE color: 1574410.

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

Color convert

RGB10624-
CMYK0.580.7500.91
HSL253.33º60%5.88%-
HSV(B)253.33º75%9.41%-
XYZ0.360.260.9-
YUV9.25136.33128.54-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 25%
GREEN value IS 6 (2.73% from 255) = 15%
BLUE value IS 24 (9.77% from 255) = 60%
R=25%
G=15%
B=60%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal106240.580.7500.91253.33605.88
HexA6183A4B05Bfd3c6
Octal12630721130133375746
Binary10101101100011101010010110101101111111101111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A0618

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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