#0A0F26

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

Shades of Black Russian #0A0F26

Tints of Black Russian #0A0F26

Color information

#0A0F26 (or 0x0A0F26) is unknown color: approx Black Russian. HEX triplet: 0A, 0F and 26. RGB value is (10,15,38). Sum of RGB (Red+Green+Blue) = 10+15+38=63 (8% of max value = 765). Red value is 10 (4.30% from 255 or 15.87% from 63); Green value is 15 (6.25% from 255 or 23.81% from 63); Blue value is 38 (15.23% from 255 or 60.32% from 63); Max value from RGB is 38 - color contains mainly: blue. Hex color #0A0F26 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0A0F26 is #F5F0D9. Grayscale: #101010. Windows color (decimal): -16117978 or 2494218. OLE color: 2494218.

HSL color Cylindrical-coordinate representation of color #0A0F26: hue angle of 229.29º 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 #0A0F26 is Cyan = 0.74, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.85.

Color convert

RGB101538-
CMYK0.740.6100.85
HSL229.29º58.33%9.41%-
HSV(B)229.29º73.68%14.9%-
XYZ0.650.551.91-
YUV16.13140.34123.63-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 15.87%
GREEN value IS 15 (6.25% from 255) = 23.81%
BLUE value IS 38 (15.23% from 255) = 60.32%
R=15.87%
G=23.81%
B=60.32%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal1015380.740.6100.85229.2958.339.41
HexAF264A3D055e53a9
Octal1217461127501253457211
Binary10101111100110100101011110101010101111001011110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A0F26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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