Html Css Color HEX #121119 Black Russian

📋 copy color: '#121119'

red 18 ◦ green 17 ◦ blue 25

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

Shades of Black Russian #121119

Tints of Black Russian #121119

RGB

 RED value IS 18 (7.42% from 255) = 30%

 GREEN value IS 17 (7.03% from 255) = 28.33%

 BLUE value IS 25 (10.16% from 255) = 41.67%

R = 30%
G = 28.33%
B = 41.67%

CMYK

 C value IS 0.28

 M value IS 0.32

 Y value IS 0

 K value IS 0.90

RGB Variations

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

Color information

#121119 (or 0x121119) is known color: Black Russian. HEX triplet: 12, 11 and 19. RGB value is (18,17,25). Sum of RGB (Red+Green+Blue) = 18+17+25=60 (7% of max value = 765). Red value is 18 (7.42% from 255 or 30% from 60); Green value is 17 (7.03% from 255 or 28.33% from 60); Blue value is 25 (10.16% from 255 or 41.67% from 60); Max value from RGB is 25 - color contains mainly: blue. Hex color #121119 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #121119 is #EDEEE6. Grayscale: #121212. Windows color (decimal): -15593191 or 1642770. OLE color: 1642770.

HSL color Cylindrical-coordinate representation of color #121119: hue angle of 247.5º degrees, saturation: 0.19, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #121119 is Cyan = 0.28, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.90.

Color convert

RGB 18 17 25 -
CMYK 0.28 0.32 0 0.90
HSL 247.5º 0.19% 0.08% -
HSV(B) 247.5º 0.32% 0.1% -
XYZ 0.63 0.6 1 -
YUV 18.21 131.83 127.85 -
System Red Green Blue C M Y K H S L
Decimal 18 17 25 0.28 0.32 0 0.90 247.5 0.19 0.08
Hex 12 11 19 1C 20 0 5A F8 13 8
Octal 22 21 31 34 40 0 132 370 23 10
Binary 10010 10001 11001 11100 100000 0 1011010 11111000 10011 1000

Color Harmonies of #121119

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #121119

Black with #121119

Text Example


Text Example

White with #121119

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #121119; }

 p { color: rgb(18,17,25); }

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

background-color css

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

 a { background-color: rgb(18,17,25); }

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

border-color css

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

 span { border-color: rgb(18,17,25); }

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