#0E1425

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

Shades of Black Russian #0E1425

Tints of Black Russian #0E1425

Color information

#0E1425 (or 0x0E1425) is unknown color: approx Black Russian. HEX triplet: 0E, 14 and 25. RGB value is (14,20,37). Sum of RGB (Red+Green+Blue) = 14+20+37=71 (9% of max value = 765). Red value is 14 (5.86% from 255 or 19.72% from 71); Green value is 20 (8.20% from 255 or 28.17% from 71); Blue value is 37 (14.84% from 255 or 52.11% from 71); Max value from RGB is 37 - color contains mainly: blue. Hex color #0E1425 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0E1425 is #F1EBDA. Grayscale: #141414. Windows color (decimal): -15854555 or 2429966. OLE color: 2429966.

HSL color Cylindrical-coordinate representation of color #0E1425: hue angle of 224.35º degrees, saturation: 0.45, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #0E1425 is Cyan = 0.62, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.85.

Color convert

RGB142037-
CMYK0.620.4600.85
HSL224.35º45.1%10%-
HSV(B)224.35º62.16%14.51%-
XYZ0.770.731.85-
YUV20.14137.51123.62-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 19.72%
GREEN value IS 20 (8.20% from 255) = 28.17%
BLUE value IS 37 (14.84% from 255) = 52.11%
R=19.72%
G=28.17%
B=52.11%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal1420370.620.4600.85224.3545.110
HexE14253E2E055e02da
Octal162445765601253405512
Binary11101010010010111111010111001010101111000001011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E1425

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,20,37); }

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

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

 a { background-color: rgb(14,20,37); }

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

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

 span { border-color: rgb(14,20,37); }

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