#0A1426

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

Shades of Black Russian #0A1426

Tints of Black Russian #0A1426

Color information

#0A1426 (or 0x0A1426) is unknown color: approx Black Russian. HEX triplet: 0A, 14 and 26. RGB value is (10,20,38). Sum of RGB (Red+Green+Blue) = 10+20+38=68 (9% of max value = 765). Red value is 10 (4.30% from 255 or 14.71% from 68); Green value is 20 (8.20% from 255 or 29.41% from 68); Blue value is 38 (15.23% from 255 or 55.88% from 68); Max value from RGB is 38 - color contains mainly: blue. Hex color #0A1426 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0A1426 is #F5EBD9. Grayscale: #121212. Windows color (decimal): -16116698 or 2495498. OLE color: 2495498.

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

Color convert

RGB102038-
CMYK0.740.4700.85
HSL218.57º58.33%9.41%-
HSV(B)218.57º73.68%14.9%-
XYZ0.730.71.93-
YUV19.06138.69121.54-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 14.71%
GREEN value IS 20 (8.20% from 255) = 29.41%
BLUE value IS 38 (15.23% from 255) = 55.88%
R=14.71%
G=29.41%
B=55.88%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal1020380.740.4700.85218.5758.339.41
HexA14264A2F055db3a9
Octal1224461125701253337211
Binary101010100100110100101010111101010101110110111110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A1426

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,20,38); }

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

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

 a { background-color: rgb(10,20,38); }

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

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

 span { border-color: rgb(10,20,38); }

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