#0A0730

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

Shades of Black Russian #0A0730

Tints of Black Russian #0A0730

Color information

#0A0730 (or 0x0A0730) is unknown color: approx Black Russian. HEX triplet: 0A, 07 and 30. RGB value is (10,7,48). Sum of RGB (Red+Green+Blue) = 10+7+48=65 (8% of max value = 765). Red value is 10 (4.30% from 255 or 15.38% from 65); Green value is 7 (3.12% from 255 or 10.77% from 65); Blue value is 48 (19.14% from 255 or 73.85% from 65); Max value from RGB is 48 - color contains mainly: blue. Hex color #0A0730 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0A0730 is #F5F8CF. Grayscale: #0C0C0C. Windows color (decimal): -16120016 or 3147530. OLE color: 3147530.

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

Color convert

RGB10748-
CMYK0.790.8500.81
HSL244.39º74.55%10.78%-
HSV(B)244.39º85.42%18.82%-
XYZ0.730.432.84-
YUV12.57147.99126.17-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 15.38%
GREEN value IS 7 (3.12% from 255) = 10.77%
BLUE value IS 48 (19.14% from 255) = 73.85%
R=15.38%
G=10.77%
B=73.85%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal107480.790.8500.81244.3974.5510.78
HexA7304F55051f44bb
Octal12760117125012136411313
Binary101011111000010011111010101010100011111010010010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A0730

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,7,48); }

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

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

 a { background-color: rgb(10,7,48); }

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

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

 span { border-color: rgb(10,7,48); }

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