Html Css Color HEX #090530 Black Russian

📋 copy color: '#090530'

red 9 ◦ green 5 ◦ blue 48

#090530
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Black Russian #090530

Tints of Black Russian #090530

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 value IS 0.81

 M value IS 0.90

 Y value IS 0

 K value IS 0.81

RGB Variations

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

Color information

#090530 (or 0x090530) is known color: 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

RGB 9 5 48 -
CMYK 0.81 0.90 0 0.81
HSL 245.58º 0.81% 0.1% -
HSV(B) 245.58º 0.9% 0.19% -
XYZ 0.7 0.38 2.83 -
YUV 11.1 148.83 126.5 -
System Red Green Blue C M Y K H S L
Decimal 9 5 48 0.81 0.90 0 0.81 245.58 0.81 0.1
Hex 9 5 30 51 5A 0 51 F6 51 A
Octal 11 5 60 121 132 0 121 366 121 12
Binary 1001 101 110000 1010001 1011010 0 1010001 11110110 1010001 1010

Color Harmonies of #090530

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #090530

Black with #090530

Text Example


Text Example

White with #090530

Text Example


Text Example

HTML Codes & Css Web 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>