#0F1031

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

Shades of Black Russian #0F1031

Tints of Black Russian #0F1031

Color information

#0F1031 (or 0x0F1031) is unknown color: approx Black Russian. HEX triplet: 0F, 10 and 31. RGB value is (15,16,49). Sum of RGB (Red+Green+Blue) = 15+16+49=80 (10% of max value = 765). Red value is 15 (6.25% from 255 or 18.75% from 80); Green value is 16 (6.64% from 255 or 20% from 80); Blue value is 49 (19.53% from 255 or 61.25% from 80); Max value from RGB is 49 - color contains mainly: blue. Hex color #0F1031 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0F1031 is #F0EFCE. Grayscale: #131313. Windows color (decimal): -15790031 or 3215375. OLE color: 3215375.

HSL color Cylindrical-coordinate representation of color #0F1031: hue angle of 238.24º 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 #0F1031 is Cyan = 0.69, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB151649-
CMYK0.690.6700.81
HSL238.24º53.12%12.55%-
HSV(B)238.24º69.39%19.22%-
XYZ0.940.692.99-
YUV19.46144.67124.82-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 18.75%
GREEN value IS 16 (6.64% from 255) = 20%
BLUE value IS 49 (19.53% from 255) = 61.25%
R=18.75%
G=20%
B=61.25%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal1516490.690.6700.81238.2453.1212.55
HexF10314543051ee35d
Octal17206110510301213566515
Binary1111100001100011000101100001101010001111011101101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F1031

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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