#0F1231

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

Shades of Black Russian #0F1231

Tints of Black Russian #0F1231

Color information

#0F1231 (or 0x0F1231) is unknown color: approx Black Russian. HEX triplet: 0F, 12 and 31. RGB value is (15,18,49). Sum of RGB (Red+Green+Blue) = 15+18+49=82 (10% of max value = 765). Red value is 15 (6.25% from 255 or 18.29% from 82); Green value is 18 (7.42% from 255 or 21.95% from 82); Blue value is 49 (19.53% from 255 or 59.76% from 82); Max value from RGB is 49 - color contains mainly: blue. Hex color #0F1231 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0F1231 is #F0EDCE. Grayscale: #141414. Windows color (decimal): -15789519 or 3215887. OLE color: 3215887.

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

Color convert

RGB151849-
CMYK0.690.6300.81
HSL234.71º53.12%12.55%-
HSV(B)234.71º69.39%19.22%-
XYZ0.970.763-
YUV20.64144.01123.98-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 18.29%
GREEN value IS 18 (7.42% from 255) = 21.95%
BLUE value IS 49 (19.53% from 255) = 59.76%
R=18.29%
G=21.95%
B=59.76%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal1518490.690.6300.81234.7153.1212.55
HexF1231453F051eb35d
Octal1722611057701213536515
Binary111110010110001100010111111101010001111010111101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F1231

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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