Html Css Color HEX #13141A Black Russian

📋 copy color: '#13141A'

red 19 ◦ green 20 ◦ blue 26

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

Shades of Black Russian #13141A

Tints of Black Russian #13141A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 40%

R = 29.23%
G = 30.77%
B = 40%

CMYK

 C value IS 0.27

 M value IS 0.23

 Y value IS 0

 K value IS 0.90

RGB Variations

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

Color information

#13141A (or 0x13141A) is known color: Black Russian. HEX triplet: 13, 14 and 1A. RGB value is (19,20,26). Sum of RGB (Red+Green+Blue) = 19+20+26=65 (8% of max value = 765). Red value is 19 (7.81% from 255 or 29.23% from 65); Green value is 20 (8.20% from 255 or 30.77% from 65); Blue value is 26 (10.55% from 255 or 40% from 65); Max value from RGB is 26 - color contains mainly: blue. Hex color #13141A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #13141A is #ECEBE5. Grayscale: #141414. Windows color (decimal): -15526886 or 1709075. OLE color: 1709075.

HSL color Cylindrical-coordinate representation of color #13141A: hue angle of 231.43º degrees, saturation: 0.16, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #13141A is Cyan = 0.27, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.90.

Color convert

RGB 19 20 26 -
CMYK 0.27 0.23 0 0.90
HSL 231.43º 0.16% 0.09% -
HSV(B) 231.43º 0.27% 0.1% -
XYZ 0.71 0.71 1.08 -
YUV 20.39 131.17 127.01 -
System Red Green Blue C M Y K H S L
Decimal 19 20 26 0.27 0.23 0 0.90 231.43 0.16 0.09
Hex 13 14 1A 1B 17 0 5A E7 10 9
Octal 23 24 32 33 27 0 132 347 20 11
Binary 10011 10100 11010 11011 10111 0 1011010 11100111 10000 1001

Color Harmonies of #13141A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13141A

Black with #13141A

Text Example


Text Example

White with #13141A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #13141A; }

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

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

background-color css

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

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

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

border-color css

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

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

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