#0A0717

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

Shades of Black Russian #0A0717

Tints of Black Russian #0A0717

Color information

#0A0717 (or 0x0A0717) is unknown color: approx Black Russian. HEX triplet: 0A, 07 and 17. RGB value is (10,7,23). Sum of RGB (Red+Green+Blue) = 10+7+23=40 (5% of max value = 765). Red value is 10 (4.30% from 255 or 25% from 40); Green value is 7 (3.12% from 255 or 17.5% from 40); Blue value is 23 (9.38% from 255 or 57.5% from 40); Max value from RGB is 23 - color contains mainly: blue. Hex color #0A0717 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0A0717 is #F5F8E8. Grayscale: #090909. Windows color (decimal): -16120041 or 1509130. OLE color: 1509130.

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

Color convert

RGB10723-
CMYK0.570.7000.91
HSL251.25º53.33%5.88%-
HSV(B)251.25º69.57%9.02%-
XYZ0.360.280.85-
YUV9.72135.49128.2-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 25%
GREEN value IS 7 (3.12% from 255) = 17.5%
BLUE value IS 23 (9.38% from 255) = 57.5%
R=25%
G=17.5%
B=57.5%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal107230.570.7000.91251.2553.335.88
HexA717394605Bfb356
Octal12727711060133373656
Binary10101111011111100110001100101101111111011110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A0717

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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