#090530

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

Shades of Black Russian #090530

Tints of Black Russian #090530

Color information

#090530 (or 0x090530) is unknown color: approx Black Russian. HEX triplet: 09, 05 and 30. RGB value is (9,5,48). Sum of RGB (Red+Green+Blue) = 9+5+48=62 (8% of max value = 765). Red value is 9 (3.91% from 255 or 14.52% from 62); Green value is 5 (2.34% from 255 or 8.06% from 62); Blue value is 48 (19.14% from 255 or 77.42% from 62); Max value from RGB is 48 - color contains mainly: blue. Hex color #090530 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #090530 is #F6FACF. Grayscale: #0A0A0A. Windows color (decimal): -16186064 or 3147017. OLE color: 3147017.

HSL color Cylindrical-coordinate representation of color #090530: hue angle of 245.58º degrees, saturation: 0.81, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #090530 is Cyan = 0.81, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB9548-
CMYK0.810.9000.81
HSL245.58º81.13%10.39%-
HSV(B)245.58º89.58%18.82%-
XYZ0.70.382.83-
YUV11.1148.83126.5-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 14.52%
GREEN value IS 5 (2.34% from 255) = 8.06%
BLUE value IS 48 (19.14% from 255) = 77.42%
R=14.52%
G=8.06%
B=77.42%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal95480.810.9000.81245.5881.1310.39
Hex9530515A051f651a
Octal11560121132012136612112
Binary100110111000010100011011010010100011111011010100011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #090530

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #090530; }

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

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

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

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

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

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

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

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