Html Css Color HEX #090534 Black Russian

📋 copy color: '#090534'

red 9 ◦ green 5 ◦ blue 52

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

Shades of Black Russian #090534

Tints of Black Russian #090534

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 78.79%

R = 13.64%
G = 7.58%
B = 78.79%

CMYK

 C value IS 0.83

 M value IS 0.90

 Y value IS 0

 K value IS 0.80

RGB Variations

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

Color information

#090534 (or 0x090534) is known color: Black Russian. HEX triplet: 09, 05 and 34. RGB value is (9,5,52). Sum of RGB (Red+Green+Blue) = 9+5+52=66 (8% of max value = 765). Red value is 9 (3.91% from 255 or 13.64% from 66); Green value is 5 (2.34% from 255 or 7.58% from 66); Blue value is 52 (20.70% from 255 or 78.79% from 66); Max value from RGB is 52 - color contains mainly: blue. Hex color #090534 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #090534 is #F6FACB. Grayscale: #0B0B0B. Windows color (decimal): -16186060 or 3409161. OLE color: 3409161.

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

Color convert

RGB 9 5 52 -
CMYK 0.83 0.90 0 0.80
HSL 245.11º 0.82% 0.11% -
HSV(B) 245.11º 0.9% 0.2% -
XYZ 0.79 0.41 3.29 -
YUV 11.55 150.83 126.18 -
System Red Green Blue C M Y K H S L
Decimal 9 5 52 0.83 0.90 0 0.80 245.11 0.82 0.11
Hex 9 5 34 53 5A 0 50 F5 52 B
Octal 11 5 64 123 132 0 120 365 122 13
Binary 1001 101 110100 1010011 1011010 0 1010000 11110101 1010010 1011

Color Harmonies of #090534

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #090534

Black with #090534

Text Example


Text Example

White with #090534

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #090534; }

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

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

background-color css

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

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

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

border-color css

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

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

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