#0A092F

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

Shades of Black Russian #0A092F

Tints of Black Russian #0A092F

Color information

#0A092F (or 0x0A092F) is unknown color: approx Black Russian. HEX triplet: 0A, 09 and 2F. RGB value is (10,9,47). Sum of RGB (Red+Green+Blue) = 10+9+47=66 (8% of max value = 765). Red value is 10 (4.30% from 255 or 15.15% from 66); Green value is 9 (3.91% from 255 or 13.64% from 66); Blue value is 47 (18.75% from 255 or 71.21% from 66); Max value from RGB is 47 - color contains mainly: blue. Hex color #0A092F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0A092F is #F5F6D0. Grayscale: #0D0D0D. Windows color (decimal): -16119505 or 3082506. OLE color: 3082506.

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

Color convert

RGB10947-
CMYK0.790.8100.82
HSL241.58º67.86%10.98%-
HSV(B)241.58º80.85%18.43%-
XYZ0.740.472.74-
YUV13.63146.83125.41-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 15.15%
GREEN value IS 9 (3.91% from 255) = 13.64%
BLUE value IS 47 (18.75% from 255) = 71.21%
R=15.15%
G=13.64%
B=71.21%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal109470.790.8100.82241.5867.8610.98
HexA92F4F51052f244b
Octal121157117121012236210413
Binary1010100110111110011111010001010100101111001010001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A092F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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