#0F1828

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

Shades of Black Russian #0F1828

Tints of Black Russian #0F1828

Color information

#0F1828 (or 0x0F1828) is unknown color: approx Black Russian. HEX triplet: 0F, 18 and 28. RGB value is (15,24,40). Sum of RGB (Red+Green+Blue) = 15+24+40=79 (10% of max value = 765). Red value is 15 (6.25% from 255 or 18.99% from 79); Green value is 24 (9.77% from 255 or 30.38% from 79); Blue value is 40 (16.02% from 255 or 50.63% from 79); Max value from RGB is 40 - color contains mainly: blue. Hex color #0F1828 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0F1828 is #F0E7D7. Grayscale: #171717. Windows color (decimal): -15787992 or 2627599. OLE color: 2627599.

HSL color Cylindrical-coordinate representation of color #0F1828: hue angle of 218.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 #0F1828 is Cyan = 0.62, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB152440-
CMYK0.620.4000.84
HSL218.4º45.45%10.78%-
HSV(B)218.4º62.5%15.69%-
XYZ0.910.912.13-
YUV23.13137.52122.2-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 18.99%
GREEN value IS 24 (9.77% from 255) = 30.38%
BLUE value IS 40 (16.02% from 255) = 50.63%
R=18.99%
G=30.38%
B=50.63%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal1524400.620.4000.84218.445.4510.78
HexF18283E28054da2db
Octal173050765001243325513
Binary11111100010100011111010100001010100110110101011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F1828

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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