Html Css Color HEX #090234 Black Russian

📋 copy color: '#090234'

red 9 ◦ green 2 ◦ blue 52

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

Shades of Black Russian #090234

Tints of Black Russian #090234

RGB

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

 GREEN value IS 2 (1.17% from 255) = 3.17%

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

R = 14.29%
G = 3.17%
B = 82.54%

CMYK

 C value IS 0.83

 M value IS 0.96

 Y value IS 0

 K value IS 0.80

RGB Variations

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

Color information

#090234 (or 0x090234) is known color: Black Russian. HEX triplet: 09, 02 and 34. RGB value is (9,2,52). Sum of RGB (Red+Green+Blue) = 9+2+52=63 (8% of max value = 765). Red value is 9 (3.91% from 255 or 14.29% from 63); Green value is 2 (1.17% from 255 or 3.17% from 63); Blue value is 52 (20.70% from 255 or 82.54% from 63); Max value from RGB is 52 - color contains mainly: blue. Hex color #090234 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #090234 is #F6FDCB. Grayscale: #090909. Windows color (decimal): -16186828 or 3408393. OLE color: 3408393.

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

Color convert

RGB 9 2 52 -
CMYK 0.83 0.96 0 0.80
HSL 248.4º 0.93% 0.11% -
HSV(B) 248.4º 0.96% 0.2% -
XYZ 0.75 0.35 3.28 -
YUV 9.79 151.82 127.43 -
System Red Green Blue C M Y K H S L
Decimal 9 2 52 0.83 0.96 0 0.80 248.4 0.93 0.11
Hex 9 2 34 53 60 0 50 F8 5D B
Octal 11 2 64 123 140 0 120 370 135 13
Binary 1001 10 110100 1010011 1100000 0 1010000 11111000 1011101 1011

Color Harmonies of #090234

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #090234

Black with #090234

Text Example


Text Example

White with #090234

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #090234; }

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

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

background-color css

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

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

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

border-color css

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

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

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