#0F0A27

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

Shades of Black Russian #0F0A27

Tints of Black Russian #0F0A27

Color information

#0F0A27 (or 0x0F0A27) is unknown color: approx Black Russian. HEX triplet: 0F, 0A and 27. RGB value is (15,10,39). Sum of RGB (Red+Green+Blue) = 15+10+39=64 (8% of max value = 765). Red value is 15 (6.25% from 255 or 23.44% from 64); Green value is 10 (4.30% from 255 or 15.62% from 64); Blue value is 39 (15.62% from 255 or 60.94% from 64); Max value from RGB is 39 - color contains mainly: blue. Hex color #0F0A27 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0F0A27 is #F0F5D8. Grayscale: #0E0E0E. Windows color (decimal): -15791577 or 2558479. OLE color: 2558479.

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

Color convert

RGB151039-
CMYK0.620.7400.85
HSL250.34º59.18%9.61%-
HSV(B)250.34º74.36%15.29%-
XYZ0.670.471.97-
YUV14.8141.66128.14-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 23.44%
GREEN value IS 10 (4.30% from 255) = 15.62%
BLUE value IS 39 (15.62% from 255) = 60.94%
R=23.44%
G=15.62%
B=60.94%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal1510390.620.7400.85250.3459.189.61
HexFA273E4A055fa3ba
Octal1712477611201253727312
Binary11111010100111111110100101001010101111110101110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F0A27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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