#0F0C31

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

Shades of Black Russian #0F0C31

Tints of Black Russian #0F0C31

Color information

#0F0C31 (or 0x0F0C31) is unknown color: approx Black Russian. HEX triplet: 0F, 0C and 31. RGB value is (15,12,49). Sum of RGB (Red+Green+Blue) = 15+12+49=76 (10% of max value = 765). Red value is 15 (6.25% from 255 or 19.74% from 76); Green value is 12 (5.08% from 255 or 15.79% from 76); Blue value is 49 (19.53% from 255 or 64.47% from 76); Max value from RGB is 49 - color contains mainly: blue. Hex color #0F0C31 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0F0C31 is #F0F3CE. Grayscale: #101010. Windows color (decimal): -15791055 or 3214351. OLE color: 3214351.

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

Color convert

RGB151249-
CMYK0.690.7600.81
HSL244.86º60.66%11.96%-
HSV(B)244.86º75.51%19.22%-
XYZ0.880.592.97-
YUV17.12145.99126.49-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 19.74%
GREEN value IS 12 (5.08% from 255) = 15.79%
BLUE value IS 49 (19.53% from 255) = 64.47%
R=19.74%
G=15.79%
B=64.47%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal1512490.690.7600.81244.8660.6611.96
HexFC31454C051f53dc
Octal17146110511401213657514
Binary111111001100011000101100110001010001111101011111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F0C31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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