#0A072F

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

Shades of Black Russian #0A072F

Tints of Black Russian #0A072F

Color information

#0A072F (or 0x0A072F) is unknown color: approx Black Russian. HEX triplet: 0A, 07 and 2F. RGB value is (10,7,47). Sum of RGB (Red+Green+Blue) = 10+7+47=64 (8% of max value = 765). Red value is 10 (4.30% from 255 or 15.62% from 64); Green value is 7 (3.12% from 255 or 10.94% from 64); Blue value is 47 (18.75% from 255 or 73.44% from 64); Max value from RGB is 47 - color contains mainly: blue. Hex color #0A072F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0A072F is #F5F8D0. Grayscale: #0C0C0C. Windows color (decimal): -16120017 or 3081994. OLE color: 3081994.

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

Color convert

RGB10747-
CMYK0.790.8500.82
HSL244.5º74.07%10.59%-
HSV(B)244.5º85.11%18.43%-
XYZ0.710.422.73-
YUV12.46147.49126.25-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 15.62%
GREEN value IS 7 (3.12% from 255) = 10.94%
BLUE value IS 47 (18.75% from 255) = 73.44%
R=15.62%
G=10.94%
B=73.44%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal107470.790.8500.82244.574.0710.59
HexA72F4F55052f44ab
Octal12757117125012236411213
Binary101011110111110011111010101010100101111010010010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A072F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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