#090434

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

Shades of Black Russian #090434

Tints of Black Russian #090434

Color information

#090434 (or 0x090434) is unknown color: approx Black Russian. HEX triplet: 09, 04 and 34. RGB value is (9,4,52). Sum of RGB (Red+Green+Blue) = 9+4+52=65 (8% of max value = 765). Red value is 9 (3.91% from 255 or 13.85% from 65); Green value is 4 (1.95% from 255 or 6.15% from 65); Blue value is 52 (20.70% from 255 or 80% from 65); Max value from RGB is 52 - color contains mainly: blue. Hex color #090434 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #090434 is #F6FBCB. Grayscale: #0A0A0A. Windows color (decimal): -16186316 or 3408905. OLE color: 3408905.

HSL color Cylindrical-coordinate representation of color #090434: hue angle of 246.25º degrees, saturation: 0.86, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #090434 is Cyan = 0.83, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.80.

Color convert

RGB9452-
CMYK0.830.9200.80
HSL246.25º85.71%10.98%-
HSV(B)246.25º92.31%20.39%-
XYZ0.780.393.28-
YUV10.97151.16126.6-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 13.85%
GREEN value IS 4 (1.95% from 255) = 6.15%
BLUE value IS 52 (20.70% from 255) = 80%
R=13.85%
G=6.15%
B=80%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal94520.830.9200.80246.2585.7110.98
Hex9434535C050f656b
Octal11464123134012036612613
Binary100110011010010100111011100010100001111011010101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #090434

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #090434; }

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

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

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

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

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

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

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

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