Html Css Color HEX #090531 Black Russian

📋 copy color: '#090531'

red 9 ◦ green 5 ◦ blue 49

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

Shades of Black Russian #090531

Tints of Black Russian #090531

RGB

 RED value IS 9 (3.91% from 255) = 14.29%

 GREEN value IS 5 (2.34% from 255) = 7.94%

 BLUE value IS 49 (19.53% from 255) = 77.78%

R = 14.29%
G = 7.94%
B = 77.78%

CMYK

 C value IS 0.82

 M value IS 0.90

 Y value IS 0

 K value IS 0.81

RGB Variations

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

Color information

#090531 (or 0x090531) is known color: Black Russian. HEX triplet: 09, 05 and 31. RGB value is (9,5,49). Sum of RGB (Red+Green+Blue) = 9+5+49=63 (8% of max value = 765). Red value is 9 (3.91% from 255 or 14.29% from 63); Green value is 5 (2.34% from 255 or 7.94% from 63); Blue value is 49 (19.53% from 255 or 77.78% from 63); Max value from RGB is 49 - color contains mainly: blue. Hex color #090531 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #090531 is #F6FACE. Grayscale: #0B0B0B. Windows color (decimal): -16186063 or 3212553. OLE color: 3212553.

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

Color convert

RGB 9 5 49 -
CMYK 0.82 0.90 0 0.81
HSL 245.45º 0.81% 0.11% -
HSV(B) 245.45º 0.9% 0.19% -
XYZ 0.72 0.39 2.94 -
YUV 11.21 149.33 126.42 -
System Red Green Blue C M Y K H S L
Decimal 9 5 49 0.82 0.90 0 0.81 245.45 0.81 0.11
Hex 9 5 31 52 5A 0 51 F5 51 B
Octal 11 5 61 122 132 0 121 365 121 13
Binary 1001 101 110001 1010010 1011010 0 1010001 11110101 1010001 1011

Color Harmonies of #090531

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #090531

Black with #090531

Text Example


Text Example

White with #090531

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #090531; }

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

 H1.HeaderClassName
 {
   color: #090531;
 }
 .AnyTagClassName
 {
   color: #090531;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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