#09052C

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

Shades of Black Russian #09052C

Tints of Black Russian #09052C

Color information

#09052C (or 0x09052C) is unknown color: approx Black Russian. HEX triplet: 09, 05 and 2C. RGB value is (9,5,44). Sum of RGB (Red+Green+Blue) = 9+5+44=58 (7% of max value = 765). Red value is 9 (3.91% from 255 or 15.52% from 58); Green value is 5 (2.34% from 255 or 8.62% from 58); Blue value is 44 (17.58% from 255 or 75.86% from 58); Max value from RGB is 44 - color contains mainly: blue. Hex color #09052C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #09052C is #F6FAD3. Grayscale: #0A0A0A. Windows color (decimal): -16186068 or 2884873. OLE color: 2884873.

HSL color Cylindrical-coordinate representation of color #09052C: hue angle of 246.15º degrees, saturation: 0.8, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #09052C is Cyan = 0.80, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.83.

Color convert

RGB9544-
CMYK0.800.8900.83
HSL246.15º79.59%9.61%-
HSV(B)246.15º88.64%17.25%-
XYZ0.620.352.42-
YUV10.64146.83126.83-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 15.52%
GREEN value IS 5 (2.34% from 255) = 8.62%
BLUE value IS 44 (17.58% from 255) = 75.86%
R=15.52%
G=8.62%
B=75.86%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal95440.800.8900.83246.1579.599.61
Hex952C5059053f650a
Octal11554120131012336612012
Binary100110110110010100001011001010100111111011010100001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09052C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #09052C; }

 p { color: rgb(9,5,44); }

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

<style>
 a { background-color: #09052C; }

 a { background-color: rgb(9,5,44); }

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

<style>
 span { border-color: #09052C; }

 span { border-color: rgb(9,5,44); }

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