#0F1331

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

Shades of Black Russian #0F1331

Tints of Black Russian #0F1331

Color information

#0F1331 (or 0x0F1331) is unknown color: approx Black Russian. HEX triplet: 0F, 13 and 31. RGB value is (15,19,49). Sum of RGB (Red+Green+Blue) = 15+19+49=83 (10% of max value = 765). Red value is 15 (6.25% from 255 or 18.07% from 83); Green value is 19 (7.81% from 255 or 22.89% from 83); Blue value is 49 (19.53% from 255 or 59.04% from 83); Max value from RGB is 49 - color contains mainly: blue. Hex color #0F1331 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0F1331 is #F0ECCE. Grayscale: #151515. Windows color (decimal): -15789263 or 3216143. OLE color: 3216143.

HSL color Cylindrical-coordinate representation of color #0F1331: hue angle of 232.94º degrees, saturation: 0.53, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #0F1331 is Cyan = 0.69, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB151949-
CMYK0.690.6100.81
HSL232.94º53.12%12.55%-
HSV(B)232.94º69.39%19.22%-
XYZ0.980.793.01-
YUV21.22143.67123.56-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 18.07%
GREEN value IS 19 (7.81% from 255) = 22.89%
BLUE value IS 49 (19.53% from 255) = 59.04%
R=18.07%
G=22.89%
B=59.04%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal1519490.690.6100.81232.9453.1212.55
HexF1331453D051e935d
Octal1723611057501213516515
Binary111110011110001100010111110101010001111010011101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F1331

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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