Html Css Color HEX #13111F Black Russian

📋 copy color: '#13111F'

red 19 ◦ green 17 ◦ blue 31

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

Shades of Black Russian #13111F

Tints of Black Russian #13111F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 46.27%

R = 28.36%
G = 25.37%
B = 46.27%

CMYK

 C value IS 0.39

 M value IS 0.45

 Y value IS 0

 K value IS 0.88

RGB Variations

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

Color information

#13111F (or 0x13111F) is known color: Black Russian. HEX triplet: 13, 11 and 1F. RGB value is (19,17,31). Sum of RGB (Red+Green+Blue) = 19+17+31=67 (8% of max value = 765). Red value is 19 (7.81% from 255 or 28.36% from 67); Green value is 17 (7.03% from 255 or 25.37% from 67); Blue value is 31 (12.5% from 255 or 46.27% from 67); Max value from RGB is 31 - color contains mainly: blue. Hex color #13111F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #13111F is #ECEEE0. Grayscale: #131313. Windows color (decimal): -15527649 or 2035987. OLE color: 2035987.

HSL color Cylindrical-coordinate representation of color #13111F: hue angle of 248.57º degrees, saturation: 0.29, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #13111F is Cyan = 0.39, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.88.

Color convert

RGB 19 17 31 -
CMYK 0.39 0.45 0 0.88
HSL 248.57º 0.29% 0.09% -
HSV(B) 248.57º 0.45% 0.12% -
XYZ 0.72 0.64 1.38 -
YUV 19.19 134.66 127.86 -
System Red Green Blue C M Y K H S L
Decimal 19 17 31 0.39 0.45 0 0.88 248.57 0.29 0.09
Hex 13 11 1F 27 2D 0 58 F9 1D 9
Octal 23 21 37 47 55 0 130 371 35 11
Binary 10011 10001 11111 100111 101101 0 1011000 11111001 11101 1001

Color Harmonies of #13111F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13111F

Black with #13111F

Text Example


Text Example

White with #13111F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #13111F; }

 p { color: rgb(19,17,31); }

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

background-color css

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

 a { background-color: rgb(19,17,31); }

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

border-color css

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

 span { border-color: rgb(19,17,31); }

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