Html Css Color HEX #090334 Black Russian

📋 copy color: '#090334'

red 9 ◦ green 3 ◦ blue 52

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

Shades of Black Russian #090334

Tints of Black Russian #090334

RGB

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

 GREEN value IS 3 (1.56% from 255) = 4.69%

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

R = 14.06%
G = 4.69%
B = 81.25%

CMYK

 C value IS 0.83

 M value IS 0.94

 Y value IS 0

 K value IS 0.80

RGB Variations

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

Color information

#090334 (or 0x090334) is known color: Black Russian. HEX triplet: 09, 03 and 34. RGB value is (9,3,52). Sum of RGB (Red+Green+Blue) = 9+3+52=64 (8% of max value = 765). Red value is 9 (3.91% from 255 or 14.06% from 64); Green value is 3 (1.56% from 255 or 4.69% from 64); Blue value is 52 (20.70% from 255 or 81.25% from 64); Max value from RGB is 52 - color contains mainly: blue. Hex color #090334 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #090334 is #F6FCCB. Grayscale: #0A0A0A. Windows color (decimal): -16186572 or 3408649. OLE color: 3408649.

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

Color convert

RGB 9 3 52 -
CMYK 0.83 0.94 0 0.80
HSL 247.35º 0.89% 0.11% -
HSV(B) 247.35º 0.94% 0.2% -
XYZ 0.77 0.37 3.28 -
YUV 10.38 151.49 127.02 -
System Red Green Blue C M Y K H S L
Decimal 9 3 52 0.83 0.94 0 0.80 247.35 0.89 0.11
Hex 9 3 34 53 5E 0 50 F7 59 B
Octal 11 3 64 123 136 0 120 367 131 13
Binary 1001 11 110100 1010011 1011110 0 1010000 11110111 1011001 1011

Color Harmonies of #090334

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #090334

Black with #090334

Text Example


Text Example

White with #090334

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #090334; }

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

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

background-color css

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

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

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

border-color css

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

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

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