#0F1225

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

Shades of Black Russian #0F1225

Tints of Black Russian #0F1225

Color information

#0F1225 (or 0x0F1225) is unknown color: approx Black Russian. HEX triplet: 0F, 12 and 25. RGB value is (15,18,37). Sum of RGB (Red+Green+Blue) = 15+18+37=70 (9% of max value = 765). Red value is 15 (6.25% from 255 or 21.43% from 70); Green value is 18 (7.42% from 255 or 25.71% from 70); Blue value is 37 (14.84% from 255 or 52.86% from 70); Max value from RGB is 37 - color contains mainly: blue. Hex color #0F1225 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0F1225 is #F0EDDA. Grayscale: #131313. Windows color (decimal): -15789531 or 2429455. OLE color: 2429455.

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

Color convert

RGB151837-
CMYK0.590.5100.85
HSL231.82º42.31%10.2%-
HSV(B)231.82º59.46%14.51%-
XYZ0.750.671.84-
YUV19.27138.01124.96-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 21.43%
GREEN value IS 18 (7.42% from 255) = 25.71%
BLUE value IS 37 (14.84% from 255) = 52.86%
R=21.43%
G=25.71%
B=52.86%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal1518370.590.5100.85231.8242.3110.2
HexF12253B33055e82aa
Octal172245736301253505212
Binary11111001010010111101111001101010101111010001010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F1225

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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