Html Css Color HEX #090512 Black Russian

📋 copy color: '#090512'

red 9 ◦ green 5 ◦ blue 18

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

Shades of Black Russian #090512

Tints of Black Russian #090512

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 56.25%

R = 28.13%
G = 15.63%
B = 56.25%

CMYK

 C value IS 0.5

 M value IS 0.72

 Y value IS 0

 K value IS 0.93

RGB Variations

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

Color information

#090512 (or 0x090512) is known color: Black Russian. HEX triplet: 09, 05 and 12. RGB value is (9,5,18). Sum of RGB (Red+Green+Blue) = 9+5+18=32 (4% of max value = 765). Red value is 9 (3.91% from 255 or 28.12% from 32); Green value is 5 (2.34% from 255 or 15.62% from 32); Blue value is 18 (7.42% from 255 or 56.25% from 32); Max value from RGB is 18 - color contains mainly: blue. Hex color #090512 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #090512 is #F6FAED. Grayscale: #070707. Windows color (decimal): -16186094 or 1180937. OLE color: 1180937.

HSL color Cylindrical-coordinate representation of color #090512: hue angle of 258.46º degrees, saturation: 0.57, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #090512 is Cyan = 0.5, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.93.

Color convert

RGB 9 5 18 -
CMYK 0.5 0.72 0 0.93
HSL 258.46º 0.57% 0.05% -
HSV(B) 258.46º 0.72% 0.07% -
XYZ 0.28 0.21 0.6 -
YUV 7.68 133.83 128.94 -
System Red Green Blue C M Y K H S L
Decimal 9 5 18 0.5 0.72 0 0.93 258.46 0.57 0.05
Hex 9 5 12 32 48 0 5D 102 39 5
Octal 11 5 22 62 110 0 135 402 71 5
Binary 1001 101 10010 110010 1001000 0 1011101 100000010 111001 101

Color Harmonies of #090512

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #090512

Black with #090512

Text Example


Text Example

White with #090512

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #090512; }

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

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

background-color css

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

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

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

border-color css

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

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

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