#0A0617

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

Shades of Black Russian #0A0617

Tints of Black Russian #0A0617

Color information

#0A0617 (or 0x0A0617) is unknown color: approx Black Russian. HEX triplet: 0A, 06 and 17. RGB value is (10,6,23). Sum of RGB (Red+Green+Blue) = 10+6+23=39 (5% of max value = 765). Red value is 10 (4.30% from 255 or 25.64% from 39); Green value is 6 (2.73% from 255 or 15.38% from 39); Blue value is 23 (9.38% from 255 or 58.97% from 39); Max value from RGB is 23 - color contains mainly: blue. Hex color #0A0617 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0A0617 is #F5F9E8. Grayscale: #090909. Windows color (decimal): -16120297 or 1508874. OLE color: 1508874.

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

Color convert

RGB10623-
CMYK0.570.7400.91
HSL254.12º58.62%5.69%-
HSV(B)254.12º73.91%9.02%-
XYZ0.340.260.84-
YUV9.13135.83128.62-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 25.64%
GREEN value IS 6 (2.73% from 255) = 15.38%
BLUE value IS 23 (9.38% from 255) = 58.97%
R=25.64%
G=15.38%
B=58.97%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal106230.570.7400.91254.1258.625.69
HexA617394A05Bfe3b6
Octal12627711120133376736
Binary10101101011111100110010100101101111111110111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A0617

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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