#0F112F

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

Shades of Black Russian #0F112F

Tints of Black Russian #0F112F

Color information

#0F112F (or 0x0F112F) is unknown color: approx Black Russian. HEX triplet: 0F, 11 and 2F. RGB value is (15,17,47). Sum of RGB (Red+Green+Blue) = 15+17+47=79 (10% of max value = 765). Red value is 15 (6.25% from 255 or 18.99% from 79); Green value is 17 (7.03% from 255 or 21.52% from 79); Blue value is 47 (18.75% from 255 or 59.49% from 79); Max value from RGB is 47 - color contains mainly: blue. Hex color #0F112F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0F112F is #F0EED0. Grayscale: #131313. Windows color (decimal): -15789777 or 3084559. OLE color: 3084559.

HSL color Cylindrical-coordinate representation of color #0F112F: hue angle of 236.25º degrees, saturation: 0.52, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #0F112F is Cyan = 0.68, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB151747-
CMYK0.680.6400.82
HSL236.25º51.61%12.16%-
HSV(B)236.25º68.09%18.43%-
XYZ0.910.712.78-
YUV19.82143.34124.56-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 18.99%
GREEN value IS 17 (7.03% from 255) = 21.52%
BLUE value IS 47 (18.75% from 255) = 59.49%
R=18.99%
G=21.52%
B=59.49%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal1517470.680.6400.82236.2551.6112.16
HexF112F4440052ec34c
Octal17215710410001223546414
Binary1111100011011111000100100000001010010111011001101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F112F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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