Html Css Color HEX #090913 Black Russian

📋 copy color: '#090913'

red 9 ◦ green 9 ◦ blue 19

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

Shades of Black Russian #090913

Tints of Black Russian #090913

RGB

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

 GREEN value IS 9 (3.91% from 255) = 24.32%

 BLUE value IS 19 (7.81% from 255) = 51.35%

R = 24.32%
G = 24.32%
B = 51.35%

CMYK

 C value IS 0.53

 M value IS 0.53

 Y value IS 0

 K value IS 0.93

RGB Variations

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

Color information

#090913 (or 0x090913) is known color: Black Russian. HEX triplet: 09, 09 and 13. RGB value is (9,9,19). Sum of RGB (Red+Green+Blue) = 9+9+19=37 (4% of max value = 765). Red value is 9 (3.91% from 255 or 24.32% from 37); Green value is 9 (3.91% from 255 or 24.32% from 37); Blue value is 19 (7.81% from 255 or 51.35% from 37); Max value from RGB is 19 - color contains mainly: blue. Hex color #090913 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #090913 is #F6F6EC. Grayscale: #0A0A0A. Windows color (decimal): -16185069 or 1247497. OLE color: 1247497.

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

Color convert

RGB 9 9 19 -
CMYK 0.53 0.53 0 0.93
HSL 240º 0.36% 0.05% -
HSV(B) 240º 0.53% 0.07% -
XYZ 0.33 0.3 0.66 -
YUV 10.14 133 127.19 -
System Red Green Blue C M Y K H S L
Decimal 9 9 19 0.53 0.53 0 0.93 240 0.36 0.05
Hex 9 9 13 35 35 0 5D F0 24 5
Octal 11 11 23 65 65 0 135 360 44 5
Binary 1001 1001 10011 110101 110101 0 1011101 11110000 100100 101

Color Harmonies of #090913

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #090913

Black with #090913

Text Example


Text Example

White with #090913

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #090913; }

 p { color: rgb(9,9,19); }

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

background-color css

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

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

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

border-color css

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

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

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