#0A0E25

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

Shades of Black Russian #0A0E25

Tints of Black Russian #0A0E25

Color information

#0A0E25 (or 0x0A0E25) is unknown color: approx Black Russian. HEX triplet: 0A, 0E and 25. RGB value is (10,14,37). Sum of RGB (Red+Green+Blue) = 10+14+37=61 (8% of max value = 765). Red value is 10 (4.30% from 255 or 16.39% from 61); Green value is 14 (5.86% from 255 or 22.95% from 61); Blue value is 37 (14.84% from 255 or 60.66% from 61); Max value from RGB is 37 - color contains mainly: blue. Hex color #0A0E25 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0A0E25 is #F5F1DA. Grayscale: #0F0F0F. Windows color (decimal): -16118235 or 2428426. OLE color: 2428426.

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

Color convert

RGB101437-
CMYK0.730.6200.85
HSL231.11º57.45%9.22%-
HSV(B)231.11º72.97%14.51%-
XYZ0.620.511.82-
YUV15.43140.17124.13-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 16.39%
GREEN value IS 14 (5.86% from 255) = 22.95%
BLUE value IS 37 (14.84% from 255) = 60.66%
R=16.39%
G=22.95%
B=60.66%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal1014370.730.6200.85231.1157.459.22
HexAE25493E055e7399
Octal1216451117601253477111
Binary10101110100101100100111111001010101111001111110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A0E25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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