#0F1329

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

Shades of Black Russian #0F1329

Tints of Black Russian #0F1329

Color information

#0F1329 (or 0x0F1329) is unknown color: approx Black Russian. HEX triplet: 0F, 13 and 29. RGB value is (15,19,41). Sum of RGB (Red+Green+Blue) = 15+19+41=75 (9% of max value = 765). Red value is 15 (6.25% from 255 or 20% from 75); Green value is 19 (7.81% from 255 or 25.33% from 75); Blue value is 41 (16.41% from 255 or 54.67% from 75); Max value from RGB is 41 - color contains mainly: blue. Hex color #0F1329 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0F1329 is #F0ECD6. Grayscale: #141414. Windows color (decimal): -15789271 or 2691855. OLE color: 2691855.

HSL color Cylindrical-coordinate representation of color #0F1329: hue angle of 230.77º degrees, saturation: 0.46, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #0F1329 is Cyan = 0.63, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB151941-
CMYK0.630.5400.84
HSL230.77º46.43%10.98%-
HSV(B)230.77º63.41%16.08%-
XYZ0.830.732.19-
YUV20.31139.67124.21-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 20%
GREEN value IS 19 (7.81% from 255) = 25.33%
BLUE value IS 41 (16.41% from 255) = 54.67%
R=20%
G=25.33%
B=54.67%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal1519410.630.5400.84230.7746.4310.98
HexF13293F36054e72eb
Octal172351776601243475613
Binary11111001110100111111111011001010100111001111011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F1329

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,19,41); }

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

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

 a { background-color: rgb(15,19,41); }

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

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

 span { border-color: rgb(15,19,41); }

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