Html Css Color HEX #090A12 Black Russian

📋 copy color: '#090A12'

red 9 ◦ green 10 ◦ blue 18

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

Shades of Black Russian #090A12

Tints of Black Russian #090A12

RGB

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

 GREEN value IS 10 (4.3% from 255) = 27.03%

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

R = 24.32%
G = 27.03%
B = 48.65%

CMYK

 C value IS 0.5

 M value IS 0.44

 Y value IS 0

 K value IS 0.93

RGB Variations

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

Color information

#090A12 (or 0x090A12) is known color: Black Russian. HEX triplet: 09, 0A and 12. RGB value is (9,10,18). Sum of RGB (Red+Green+Blue) = 9+10+18=37 (4% of max value = 765). Red value is 9 (3.91% from 255 or 24.32% from 37); Green value is 10 (4.30% from 255 or 27.03% from 37); Blue value is 18 (7.42% from 255 or 48.65% from 37); Max value from RGB is 18 - color contains mainly: blue. Hex color #090A12 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #090A12 is #F6F5ED. Grayscale: #0A0A0A. Windows color (decimal): -16184814 or 1182217. OLE color: 1182217.

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

Color convert

RGB 9 10 18 -
CMYK 0.5 0.44 0 0.93
HSL 233.33º 0.33% 0.05% -
HSV(B) 233.33º 0.5% 0.07% -
XYZ 0.33 0.32 0.62 -
YUV 10.61 132.17 126.85 -
System Red Green Blue C M Y K H S L
Decimal 9 10 18 0.5 0.44 0 0.93 233.33 0.33 0.05
Hex 9 A 12 32 2C 0 5D E9 21 5
Octal 11 12 22 62 54 0 135 351 41 5
Binary 1001 1010 10010 110010 101100 0 1011101 11101001 100001 101

Color Harmonies of #090A12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #090A12

Black with #090A12

Text Example


Text Example

White with #090A12

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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