#0F1123

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

Shades of Black Russian #0F1123

Tints of Black Russian #0F1123

Color information

#0F1123 (or 0x0F1123) is unknown color: approx Black Russian. HEX triplet: 0F, 11 and 23. RGB value is (15,17,35). Sum of RGB (Red+Green+Blue) = 15+17+35=67 (8% of max value = 765). Red value is 15 (6.25% from 255 or 22.39% from 67); Green value is 17 (7.03% from 255 or 25.37% from 67); Blue value is 35 (14.06% from 255 or 52.24% from 67); Max value from RGB is 35 - color contains mainly: blue. Hex color #0F1123 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0F1123 is #F0EEDC. Grayscale: #121212. Windows color (decimal): -15789789 or 2298127. OLE color: 2298127.

HSL color Cylindrical-coordinate representation of color #0F1123: hue angle of 234º degrees, saturation: 0.4, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #0F1123 is Cyan = 0.57, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.86.

Color convert

RGB151735-
CMYK0.570.5100.86
HSL234º40%9.8%-
HSV(B)234º57.14%13.73%-
XYZ0.70.621.67-
YUV18.45137.34125.54-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 22.39%
GREEN value IS 17 (7.03% from 255) = 25.37%
BLUE value IS 35 (14.06% from 255) = 52.24%
R=22.39%
G=25.37%
B=52.24%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal1517350.570.5100.86234409.8
HexF11233933056ea28a
Octal172143716301263525012
Binary11111000110001111100111001101010110111010101010001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F1123

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,17,35); }

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

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

 a { background-color: rgb(15,17,35); }

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

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

 span { border-color: rgb(15,17,35); }

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