Html Css Color HEX #121419 Black Russian

📋 copy color: '#121419'

red 18 ◦ green 20 ◦ blue 25

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

Shades of Black Russian #121419

Tints of Black Russian #121419

RGB

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

 GREEN value IS 20 (8.2% from 255) = 31.75%

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

R = 28.57%
G = 31.75%
B = 39.68%

CMYK

 C value IS 0.28

 M value IS 0.20

 Y value IS 0

 K value IS 0.90

RGB Variations

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

Color information

#121419 (or 0x121419) is known color: Black Russian. HEX triplet: 12, 14 and 19. RGB value is (18,20,25). Sum of RGB (Red+Green+Blue) = 18+20+25=63 (8% of max value = 765). Red value is 18 (7.42% from 255 or 28.57% from 63); Green value is 20 (8.20% from 255 or 31.75% from 63); Blue value is 25 (10.16% from 255 or 39.68% from 63); Max value from RGB is 25 - color contains mainly: blue. Hex color #121419 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #121419 is #EDEBE6. Grayscale: #131313. Windows color (decimal): -15592423 or 1643538. OLE color: 1643538.

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

Color convert

RGB 18 20 25 -
CMYK 0.28 0.20 0 0.90
HSL 222.86º 0.16% 0.08% -
HSV(B) 222.86º 0.28% 0.1% -
XYZ 0.68 0.7 1.02 -
YUV 19.97 130.84 126.59 -
System Red Green Blue C M Y K H S L
Decimal 18 20 25 0.28 0.20 0 0.90 222.86 0.16 0.08
Hex 12 14 19 1C 14 0 5A DF 10 8
Octal 22 24 31 34 24 0 132 337 20 10
Binary 10010 10100 11001 11100 10100 0 1011010 11011111 10000 1000

Color Harmonies of #121419

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #121419

Black with #121419

Text Example


Text Example

White with #121419

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #121419; }

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

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

background-color css

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

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

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

border-color css

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

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

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