#0A0336

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

Shades of Black Russian #0A0336

Tints of Black Russian #0A0336

Color information

#0A0336 (or 0x0A0336) is unknown color: approx Black Russian. HEX triplet: 0A, 03 and 36. RGB value is (10,3,54). Sum of RGB (Red+Green+Blue) = 10+3+54=67 (8% of max value = 765). Red value is 10 (4.30% from 255 or 14.93% from 67); Green value is 3 (1.56% from 255 or 4.48% from 67); Blue value is 54 (21.48% from 255 or 80.60% from 67); Max value from RGB is 54 - color contains mainly: blue. Hex color #0A0336 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0A0336 is #F5FCC9. Grayscale: #0A0A0A. Windows color (decimal): -16121034 or 3539722. OLE color: 3539722.

HSL color Cylindrical-coordinate representation of color #0A0336: hue angle of 248.24º degrees, saturation: 0.89, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0A0336 is Cyan = 0.81, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB10354-
CMYK0.810.9400.79
HSL248.24º89.47%11.18%-
HSV(B)248.24º94.44%21.18%-
XYZ0.820.43.52-
YUV10.91152.32127.35-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 14.93%
GREEN value IS 3 (1.56% from 255) = 4.48%
BLUE value IS 54 (21.48% from 255) = 80.60%
R=14.93%
G=4.48%
B=80.60%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal103540.810.9400.79248.2489.4711.18
HexA336515E04Ff859b
Octal12366121136011737013113
Binary10101111011010100011011110010011111111100010110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A0336

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,3,54); }

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

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

 a { background-color: rgb(10,3,54); }

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

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

 span { border-color: rgb(10,3,54); }

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