Html Css Color HEX #13111E Black Russian

📋 copy color: '#13111E'

red 19 ◦ green 17 ◦ blue 30

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

Shades of Black Russian #13111E

Tints of Black Russian #13111E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 45.45%

R = 28.79%
G = 25.76%
B = 45.45%

CMYK

 C value IS 0.37

 M value IS 0.43

 Y value IS 0

 K value IS 0.88

RGB Variations

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

Color information

#13111E (or 0x13111E) is known color: Black Russian. HEX triplet: 13, 11 and 1E. RGB value is (19,17,30). Sum of RGB (Red+Green+Blue) = 19+17+30=66 (8% of max value = 765). Red value is 19 (7.81% from 255 or 28.79% from 66); Green value is 17 (7.03% from 255 or 25.76% from 66); Blue value is 30 (12.11% from 255 or 45.45% from 66); Max value from RGB is 30 - color contains mainly: blue. Hex color #13111E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #13111E is #ECEEE1. Grayscale: #131313. Windows color (decimal): -15527650 or 1970451. OLE color: 1970451.

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

Color convert

RGB 19 17 30 -
CMYK 0.37 0.43 0 0.88
HSL 249.23º 0.28% 0.09% -
HSV(B) 249.23º 0.43% 0.12% -
XYZ 0.7 0.63 1.31 -
YUV 19.08 134.16 127.94 -
System Red Green Blue C M Y K H S L
Decimal 19 17 30 0.37 0.43 0 0.88 249.23 0.28 0.09
Hex 13 11 1E 25 2B 0 58 F9 1C 9
Octal 23 21 36 45 53 0 130 371 34 11
Binary 10011 10001 11110 100101 101011 0 1011000 11111001 11100 1001

Color Harmonies of #13111E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13111E

Black with #13111E

Text Example


Text Example

White with #13111E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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