Html Css Color HEX #13121D Black Russian

📋 copy color: '#13121D'

red 19 ◦ green 18 ◦ blue 29

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

Shades of Black Russian #13121D

Tints of Black Russian #13121D

RGB

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

 GREEN value IS 18 (7.42% from 255) = 27.27%

 BLUE value IS 29 (11.72% from 255) = 43.94%

R = 28.79%
G = 27.27%
B = 43.94%

CMYK

 C value IS 0.34

 M value IS 0.38

 Y value IS 0

 K value IS 0.89

RGB Variations

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

Color information

#13121D (or 0x13121D) is known color: Black Russian. HEX triplet: 13, 12 and 1D. RGB value is (19,18,29). Sum of RGB (Red+Green+Blue) = 19+18+29=66 (8% of max value = 765). Red value is 19 (7.81% from 255 or 28.79% from 66); Green value is 18 (7.42% from 255 or 27.27% from 66); Blue value is 29 (11.72% from 255 or 43.94% from 66); Max value from RGB is 29 - color contains mainly: blue. Hex color #13121D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #13121D is #ECEDE2. Grayscale: #131313. Windows color (decimal): -15527395 or 1905171. OLE color: 1905171.

HSL color Cylindrical-coordinate representation of color #13121D: hue angle of 245.45º degrees, saturation: 0.23, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #13121D is Cyan = 0.34, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.89.

Color convert

RGB 19 18 29 -
CMYK 0.34 0.38 0 0.89
HSL 245.45º 0.23% 0.09% -
HSV(B) 245.45º 0.38% 0.11% -
XYZ 0.71 0.66 1.25 -
YUV 19.55 133.33 127.61 -
System Red Green Blue C M Y K H S L
Decimal 19 18 29 0.34 0.38 0 0.89 245.45 0.23 0.09
Hex 13 12 1D 22 26 0 59 F5 17 9
Octal 23 22 35 42 46 0 131 365 27 11
Binary 10011 10010 11101 100010 100110 0 1011001 11110101 10111 1001

Color Harmonies of #13121D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13121D

Black with #13121D

Text Example


Text Example

White with #13121D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #13121D; }

 p { color: rgb(19,18,29); }

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

background-color css

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

 a { background-color: rgb(19,18,29); }

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

border-color css

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

 span { border-color: rgb(19,18,29); }

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