#0F142F

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

Shades of Black Russian #0F142F

Tints of Black Russian #0F142F

Color information

#0F142F (or 0x0F142F) is unknown color: approx Black Russian. HEX triplet: 0F, 14 and 2F. RGB value is (15,20,47). Sum of RGB (Red+Green+Blue) = 15+20+47=82 (10% of max value = 765). Red value is 15 (6.25% from 255 or 18.29% from 82); Green value is 20 (8.20% from 255 or 24.39% from 82); Blue value is 47 (18.75% from 255 or 57.32% from 82); Max value from RGB is 47 - color contains mainly: blue. Hex color #0F142F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0F142F is #F0EBD0. Grayscale: #151515. Windows color (decimal): -15789009 or 3085327. OLE color: 3085327.

HSL color Cylindrical-coordinate representation of color #0F142F: hue angle of 230.62º 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 #0F142F is Cyan = 0.68, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB152047-
CMYK0.680.5700.82
HSL230.62º51.61%12.16%-
HSV(B)230.62º68.09%18.43%-
XYZ0.960.812.79-
YUV21.58142.34123.3-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 18.29%
GREEN value IS 20 (8.20% from 255) = 24.39%
BLUE value IS 47 (18.75% from 255) = 57.32%
R=18.29%
G=24.39%
B=57.32%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal1520470.680.5700.82230.6251.6112.16
HexF142F4439052e734c
Octal1724571047101223476414
Binary111110100101111100010011100101010010111001111101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F142F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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