#09042A

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

Shades of Black Russian #09042A

Tints of Black Russian #09042A

Color information

#09042A (or 0x09042A) is unknown color: approx Black Russian. HEX triplet: 09, 04 and 2A. RGB value is (9,4,42). Sum of RGB (Red+Green+Blue) = 9+4+42=55 (7% of max value = 765). Red value is 9 (3.91% from 255 or 16.36% from 55); Green value is 4 (1.95% from 255 or 7.27% from 55); Blue value is 42 (16.80% from 255 or 76.36% from 55); Max value from RGB is 42 - color contains mainly: blue. Hex color #09042A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #09042A is #F6FBD5. Grayscale: #090909. Windows color (decimal): -16186326 or 2753545. OLE color: 2753545.

HSL color Cylindrical-coordinate representation of color #09042A: hue angle of 247.89º degrees, saturation: 0.83, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #09042A is Cyan = 0.79, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB9442-
CMYK0.790.9000.84
HSL247.89º82.61%9.02%-
HSV(B)247.89º90.48%16.47%-
XYZ0.570.312.22-
YUV9.83146.16127.41-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 16.36%
GREEN value IS 4 (1.95% from 255) = 7.27%
BLUE value IS 42 (16.80% from 255) = 76.36%
R=16.36%
G=7.27%
B=76.36%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal94420.790.9000.84247.8982.619.02
Hex942A4F5A054f8539
Octal11452117132012437012311
Binary100110010101010011111011010010101001111100010100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09042A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #09042A; }

 p { color: rgb(9,4,42); }

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

<style>
 a { background-color: #09042A; }

 a { background-color: rgb(9,4,42); }

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

<style>
 span { border-color: #09042A; }

 span { border-color: rgb(9,4,42); }

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