#0F1217

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

Shades of Black Russian #0F1217

Tints of Black Russian #0F1217

Color information

#0F1217 (or 0x0F1217) is unknown color: approx Black Russian. HEX triplet: 0F, 12 and 17. RGB value is (15,18,23). Sum of RGB (Red+Green+Blue) = 15+18+23=56 (7% of max value = 765). Red value is 15 (6.25% from 255 or 26.79% from 56); Green value is 18 (7.42% from 255 or 32.14% from 56); Blue value is 23 (9.38% from 255 or 41.07% from 56); Max value from RGB is 23 - color contains mainly: blue. Hex color #0F1217 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0F1217 is #F0EDE8. Grayscale: #111111. Windows color (decimal): -15789545 or 1511951. OLE color: 1511951.

HSL color Cylindrical-coordinate representation of color #0F1217: hue angle of 217.5º degrees, saturation: 0.21, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #0F1217 is Cyan = 0.35, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.91.

Color convert

RGB151823-
CMYK0.350.2200.91
HSL217.5º21.05%7.45%-
HSV(B)217.5º34.78%9.02%-
XYZ0.570.60.9-
YUV17.67131.01126.09-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 26.79%
GREEN value IS 18 (7.42% from 255) = 32.14%
BLUE value IS 23 (9.38% from 255) = 41.07%
R=26.79%
G=32.14%
B=41.07%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal1518230.350.2200.91217.521.057.45
HexF1217231605Bda157
Octal17222743260133332257
Binary1111100101011110001110110010110111101101010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F1217

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,18,23); }

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

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

 a { background-color: rgb(15,18,23); }

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

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

 span { border-color: rgb(15,18,23); }

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