#0F0C27

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

Shades of Black Russian #0F0C27

Tints of Black Russian #0F0C27

Color information

#0F0C27 (or 0x0F0C27) is unknown color: approx Black Russian. HEX triplet: 0F, 0C and 27. RGB value is (15,12,39). Sum of RGB (Red+Green+Blue) = 15+12+39=66 (8% of max value = 765). Red value is 15 (6.25% from 255 or 22.73% from 66); Green value is 12 (5.08% from 255 or 18.18% from 66); Blue value is 39 (15.62% from 255 or 59.09% from 66); Max value from RGB is 39 - color contains mainly: blue. Hex color #0F0C27 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0F0C27 is #F0F3D8. Grayscale: #0F0F0F. Windows color (decimal): -15791065 or 2558991. OLE color: 2558991.

HSL color Cylindrical-coordinate representation of color #0F0C27: hue angle of 246.67º degrees, saturation: 0.53, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #0F0C27 is Cyan = 0.62, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.85.

Color convert

RGB151239-
CMYK0.620.6900.85
HSL246.67º52.94%10%-
HSV(B)246.67º69.23%15.29%-
XYZ0.690.511.98-
YUV15.98140.99127.3-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 22.73%
GREEN value IS 12 (5.08% from 255) = 18.18%
BLUE value IS 39 (15.62% from 255) = 59.09%
R=22.73%
G=18.18%
B=59.09%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal1512390.620.6900.85246.6752.9410
HexFC273E45055f735a
Octal1714477610501253676512
Binary11111100100111111110100010101010101111101111101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F0C27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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