Html Css Color HEX #090A0C Black Russian

📋 copy color: '#090A0C'

red 9 ◦ green 10 ◦ blue 12

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

Shades of Black Russian #090A0C

Tints of Black Russian #090A0C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 38.71%

R = 29.03%
G = 32.26%
B = 38.71%

CMYK

 C value IS 0.25

 M value IS 0.17

 Y value IS 0

 K value IS 0.95

RGB Variations

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

Color information

#090A0C (or 0x090A0C) is known color: Black Russian. HEX triplet: 09, 0A and 0C. RGB value is (9,10,12). Sum of RGB (Red+Green+Blue) = 9+10+12=31 (4% of max value = 765). Red value is 9 (3.91% from 255 or 29.03% from 31); Green value is 10 (4.30% from 255 or 32.26% from 31); Blue value is 12 (5.08% from 255 or 38.71% from 31); Max value from RGB is 12 - color contains mainly: blue. Hex color #090A0C is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #090A0C is #F6F5F3. Grayscale: #090909. Windows color (decimal): -16184820 or 789001. OLE color: 789001.

HSL color Cylindrical-coordinate representation of color #090A0C: hue angle of 220º degrees, saturation: 0.14, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.05% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #090A0C is Cyan = 0.25, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.95.

Color convert

RGB 9 10 12 -
CMYK 0.25 0.17 0 0.95
HSL 220º 0.14% 0.04% -
HSV(B) 220º 0.25% 0.05% -
XYZ 0.29 0.3 0.39 -
YUV 9.93 129.17 127.34 -
System Red Green Blue C M Y K H S L
Decimal 9 10 12 0.25 0.17 0 0.95 220 0.14 0.04
Hex 9 A C 19 11 0 5F DC E 4
Octal 11 12 14 31 21 0 137 334 16 4
Binary 1001 1010 1100 11001 10001 0 1011111 11011100 1110 100

Color Harmonies of #090A0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #090A0C

Black with #090A0C

Text Example


Text Example

White with #090A0C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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