#0F1429

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

Shades of Black Russian #0F1429

Tints of Black Russian #0F1429

Color information

#0F1429 (or 0x0F1429) is unknown color: approx Black Russian. HEX triplet: 0F, 14 and 29. RGB value is (15,20,41). Sum of RGB (Red+Green+Blue) = 15+20+41=76 (10% of max value = 765). Red value is 15 (6.25% from 255 or 19.74% from 76); Green value is 20 (8.20% from 255 or 26.32% from 76); Blue value is 41 (16.41% from 255 or 53.95% from 76); Max value from RGB is 41 - color contains mainly: blue. Hex color #0F1429 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0F1429 is #F0EBD6. Grayscale: #141414. Windows color (decimal): -15789015 or 2692111. OLE color: 2692111.

HSL color Cylindrical-coordinate representation of color #0F1429: hue angle of 228.46º 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 #0F1429 is Cyan = 0.63, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB152041-
CMYK0.630.5100.84
HSL228.46º46.43%10.98%-
HSV(B)228.46º63.41%16.08%-
XYZ0.850.762.2-
YUV20.9139.34123.79-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 19.74%
GREEN value IS 20 (8.20% from 255) = 26.32%
BLUE value IS 41 (16.41% from 255) = 53.95%
R=19.74%
G=26.32%
B=53.95%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal1520410.630.5100.84228.4646.4310.98
HexF14293F33054e42eb
Octal172451776301243445613
Binary11111010010100111111111001101010100111001001011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F1429

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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