#0A0338

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

Shades of Black Russian #0A0338

Tints of Black Russian #0A0338

Color information

#0A0338 (or 0x0A0338) is unknown color: approx Black Russian. HEX triplet: 0A, 03 and 38. RGB value is (10,3,56). Sum of RGB (Red+Green+Blue) = 10+3+56=69 (9% of max value = 765). Red value is 10 (4.30% from 255 or 14.49% from 69); Green value is 3 (1.56% from 255 or 4.35% from 69); Blue value is 56 (22.27% from 255 or 81.16% from 69); Max value from RGB is 56 - color contains mainly: blue. Hex color #0A0338 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0A0338 is #F5FCC7. Grayscale: #0A0A0A. Windows color (decimal): -16121032 or 3670794. OLE color: 3670794.

HSL color Cylindrical-coordinate representation of color #0A0338: hue angle of 247.92º degrees, saturation: 0.9, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0A0338 is Cyan = 0.82, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB10356-
CMYK0.820.9500.78
HSL247.92º89.83%11.57%-
HSV(B)247.92º94.64%21.96%-
XYZ0.870.423.78-
YUV11.14153.32127.19-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 14.49%
GREEN value IS 3 (1.56% from 255) = 4.35%
BLUE value IS 56 (22.27% from 255) = 81.16%
R=14.49%
G=4.35%
B=81.16%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal103560.820.9500.78247.9289.8311.57
HexA338525F04Ef85ac
Octal12370122137011637013214
Binary10101111100010100101011111010011101111100010110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A0338

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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