Html Css Color HEX #131419 Black Russian

📋 copy color: '#131419'

red 19 ◦ green 20 ◦ blue 25

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

Shades of Black Russian #131419

Tints of Black Russian #131419

RGB

 RED value IS 19 (7.81% from 255) = 29.69%

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

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

R = 29.69%
G = 31.25%
B = 39.06%

CMYK

 C value IS 0.24

 M value IS 0.20

 Y value IS 0

 K value IS 0.90

RGB Variations

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

Color information

#131419 (or 0x131419) is known color: Black Russian. HEX triplet: 13, 14 and 19. RGB value is (19,20,25). Sum of RGB (Red+Green+Blue) = 19+20+25=64 (8% of max value = 765). Red value is 19 (7.81% from 255 or 29.69% from 64); Green value is 20 (8.20% from 255 or 31.25% from 64); Blue value is 25 (10.16% from 255 or 39.06% from 64); Max value from RGB is 25 - color contains mainly: blue. Hex color #131419 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #131419 is #ECEBE6. Grayscale: #141414. Windows color (decimal): -15526887 or 1643539. OLE color: 1643539.

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

Color convert

RGB 19 20 25 -
CMYK 0.24 0.20 0 0.90
HSL 230º 0.14% 0.09% -
HSV(B) 230º 0.24% 0.1% -
XYZ 0.69 0.71 1.02 -
YUV 20.27 130.67 127.09 -
System Red Green Blue C M Y K H S L
Decimal 19 20 25 0.24 0.20 0 0.90 230 0.14 0.09
Hex 13 14 19 18 14 0 5A E6 E 9
Octal 23 24 31 30 24 0 132 346 16 11
Binary 10011 10100 11001 11000 10100 0 1011010 11100110 1110 1001

Color Harmonies of #131419

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #131419

Black with #131419

Text Example


Text Example

White with #131419

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #131419; }

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

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

background-color css

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

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

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

border-color css

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

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

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