#0F0E24

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

Shades of Black Russian #0F0E24

Tints of Black Russian #0F0E24

Color information

#0F0E24 (or 0x0F0E24) is unknown color: approx Black Russian. HEX triplet: 0F, 0E and 24. RGB value is (15,14,36). Sum of RGB (Red+Green+Blue) = 15+14+36=65 (8% of max value = 765). Red value is 15 (6.25% from 255 or 23.08% from 65); Green value is 14 (5.86% from 255 or 21.54% from 65); Blue value is 36 (14.45% from 255 or 55.38% from 65); Max value from RGB is 36 - color contains mainly: blue. Hex color #0F0E24 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0F0E24 is #F0F1DB. Grayscale: #101010. Windows color (decimal): -15790556 or 2362895. OLE color: 2362895.

HSL color Cylindrical-coordinate representation of color #0F0E24: hue angle of 242.73º degrees, saturation: 0.44, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #0F0E24 is Cyan = 0.58, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.86.

Color convert

RGB151436-
CMYK0.580.6100.86
HSL242.73º44%9.8%-
HSV(B)242.73º61.11%14.12%-
XYZ0.670.541.74-
YUV16.81138.83126.71-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 23.08%
GREEN value IS 14 (5.86% from 255) = 21.54%
BLUE value IS 36 (14.45% from 255) = 55.38%
R=23.08%
G=21.54%
B=55.38%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal1514360.580.6100.86242.73449.8
HexFE243A3D056f32ca
Octal171644727501263635412
Binary1111111010010011101011110101010110111100111011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F0E24

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,14,36); }

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

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

 a { background-color: rgb(15,14,36); }

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

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

 span { border-color: rgb(15,14,36); }

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