Html Css Color HEX #090D1C Black Russian

📋 copy color: '#090D1C'

red 9 ◦ green 13 ◦ blue 28

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

Shades of Black Russian #090D1C

Tints of Black Russian #090D1C

RGB

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

 GREEN value IS 13 (5.47% from 255) = 26%

 BLUE value IS 28 (11.33% from 255) = 56%

R = 18%
G = 26%
B = 56%

CMYK

 C value IS 0.68

 M value IS 0.54

 Y value IS 0

 K value IS 0.89

RGB Variations

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

Color information

#090D1C (or 0x090D1C) is known color: Black Russian. HEX triplet: 09, 0D and 1C. RGB value is (9,13,28). Sum of RGB (Red+Green+Blue) = 9+13+28=50 (6% of max value = 765). Red value is 9 (3.91% from 255 or 18% from 50); Green value is 13 (5.47% from 255 or 26% from 50); Blue value is 28 (11.33% from 255 or 56% from 50); Max value from RGB is 28 - color contains mainly: blue. Hex color #090D1C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #090D1C is #F6F2E3. Grayscale: #0D0D0D. Windows color (decimal): -16184036 or 1838345. OLE color: 1838345.

HSL color Cylindrical-coordinate representation of color #090D1C: hue angle of 227.37º degrees, saturation: 0.51, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #090D1C is Cyan = 0.68, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.89.

Color convert

RGB 9 13 28 -
CMYK 0.68 0.54 0 0.89
HSL 227.37º 0.51% 0.07% -
HSV(B) 227.37º 0.68% 0.11% -
XYZ 0.47 0.43 1.16 -
YUV 13.51 136.17 124.78 -
System Red Green Blue C M Y K H S L
Decimal 9 13 28 0.68 0.54 0 0.89 227.37 0.51 0.07
Hex 9 D 1C 44 36 0 59 E3 33 7
Octal 11 15 34 104 66 0 131 343 63 7
Binary 1001 1101 11100 1000100 110110 0 1011001 11100011 110011 111

Color Harmonies of #090D1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #090D1C

Black with #090D1C

Text Example


Text Example

White with #090D1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #090D1C; }

 p { color: rgb(9,13,28); }

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

background-color css

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

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

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

border-color css

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

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

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