#0F132F

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

Shades of Black Russian #0F132F

Tints of Black Russian #0F132F

Color information

#0F132F (or 0x0F132F) is unknown color: approx Black Russian. HEX triplet: 0F, 13 and 2F. RGB value is (15,19,47). Sum of RGB (Red+Green+Blue) = 15+19+47=81 (10% of max value = 765). Red value is 15 (6.25% from 255 or 18.52% from 81); Green value is 19 (7.81% from 255 or 23.46% from 81); Blue value is 47 (18.75% from 255 or 58.02% from 81); Max value from RGB is 47 - color contains mainly: blue. Hex color #0F132F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0F132F is #F0ECD0. Grayscale: #141414. Windows color (decimal): -15789265 or 3085071. OLE color: 3085071.

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

Color convert

RGB151947-
CMYK0.680.6000.82
HSL232.5º51.61%12.16%-
HSV(B)232.5º68.09%18.43%-
XYZ0.940.772.79-
YUV21142.67123.72-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 18.52%
GREEN value IS 19 (7.81% from 255) = 23.46%
BLUE value IS 47 (18.75% from 255) = 58.02%
R=18.52%
G=23.46%
B=58.02%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal1519470.680.6000.82232.551.6112.16
HexF132F443C052e834c
Octal1723571047401223506414
Binary111110011101111100010011110001010010111010001101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F132F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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