#0F1328

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

Shades of Black Russian #0F1328

Tints of Black Russian #0F1328

Color information

#0F1328 (or 0x0F1328) is unknown color: approx Black Russian. HEX triplet: 0F, 13 and 28. RGB value is (15,19,40). Sum of RGB (Red+Green+Blue) = 15+19+40=74 (9% of max value = 765). Red value is 15 (6.25% from 255 or 20.27% from 74); Green value is 19 (7.81% from 255 or 25.68% from 74); Blue value is 40 (16.02% from 255 or 54.05% from 74); Max value from RGB is 40 - color contains mainly: blue. Hex color #0F1328 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0F1328 is #F0ECD7. Grayscale: #141414. Windows color (decimal): -15789272 or 2626319. OLE color: 2626319.

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

Color convert

RGB151940-
CMYK0.620.5200.84
HSL230.4º45.45%10.78%-
HSV(B)230.4º62.5%15.69%-
XYZ0.810.722.1-
YUV20.2139.17124.29-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 20.27%
GREEN value IS 19 (7.81% from 255) = 25.68%
BLUE value IS 40 (16.02% from 255) = 54.05%
R=20.27%
G=25.68%
B=54.05%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal1519400.620.5200.84230.445.4510.78
HexF13283E34054e62db
Octal172350766401243465513
Binary11111001110100011111011010001010100111001101011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F1328

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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