Html Css Color HEX #090A14 Black Russian

📋 copy color: '#090A14'

red 9 ◦ green 10 ◦ blue 20

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

Shades of Black Russian #090A14

Tints of Black Russian #090A14

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 51.28%

R = 23.08%
G = 25.64%
B = 51.28%

CMYK

 C value IS 0.55

 M value IS 0.50

 Y value IS 0

 K value IS 0.92

RGB Variations

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

Color information

#090A14 (or 0x090A14) is known color: Black Russian. HEX triplet: 09, 0A and 14. RGB value is (9,10,20). Sum of RGB (Red+Green+Blue) = 9+10+20=39 (5% of max value = 765). Red value is 9 (3.91% from 255 or 23.08% from 39); Green value is 10 (4.30% from 255 or 25.64% from 39); Blue value is 20 (8.20% from 255 or 51.28% from 39); Max value from RGB is 20 - color contains mainly: blue. Hex color #090A14 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #090A14 is #F6F5EB. Grayscale: #0A0A0A. Windows color (decimal): -16184812 or 1313289. OLE color: 1313289.

HSL color Cylindrical-coordinate representation of color #090A14: hue angle of 234.55º degrees, saturation: 0.38, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #090A14 is Cyan = 0.55, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.92.

Color convert

RGB 9 10 20 -
CMYK 0.55 0.50 0 0.92
HSL 234.55º 0.38% 0.06% -
HSV(B) 234.55º 0.55% 0.08% -
XYZ 0.35 0.33 0.71 -
YUV 10.84 133.17 126.69 -
System Red Green Blue C M Y K H S L
Decimal 9 10 20 0.55 0.50 0 0.92 234.55 0.38 0.06
Hex 9 A 14 37 32 0 5C EB 26 6
Octal 11 12 24 67 62 0 134 353 46 6
Binary 1001 1010 10100 110111 110010 0 1011100 11101011 100110 110

Color Harmonies of #090A14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #090A14

Black with #090A14

Text Example


Text Example

White with #090A14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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