Html Css Color HEX #13192B Black Russian

📋 copy color: '#13192B'

red 19 ◦ green 25 ◦ blue 43

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

Shades of Black Russian #13192B

Tints of Black Russian #13192B

RGB

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

 GREEN value IS 25 (10.16% from 255) = 28.74%

 BLUE value IS 43 (17.19% from 255) = 49.43%

R = 21.84%
G = 28.74%
B = 49.43%

CMYK

 C value IS 0.56

 M value IS 0.42

 Y value IS 0

 K value IS 0.83

RGB Variations

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

Color information

#13192B (or 0x13192B) is known color: Black Russian. HEX triplet: 13, 19 and 2B. RGB value is (19,25,43). Sum of RGB (Red+Green+Blue) = 19+25+43=87 (11% of max value = 765). Red value is 19 (7.81% from 255 or 21.84% from 87); Green value is 25 (10.16% from 255 or 28.74% from 87); Blue value is 43 (17.19% from 255 or 49.43% from 87); Max value from RGB is 43 - color contains mainly: blue. Hex color #13192B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #13192B is #ECE6D4. Grayscale: #191919. Windows color (decimal): -15525589 or 2824467. OLE color: 2824467.

HSL color Cylindrical-coordinate representation of color #13192B: hue angle of 225º degrees, saturation: 0.39, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #13192B is Cyan = 0.56, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.83.

Color convert

RGB 19 25 43 -
CMYK 0.56 0.42 0 0.83
HSL 225º 0.39% 0.12% -
HSV(B) 225º 0.56% 0.17% -
XYZ 1.05 1.01 2.42 -
YUV 25.26 138.01 123.54 -
System Red Green Blue C M Y K H S L
Decimal 19 25 43 0.56 0.42 0 0.83 225 0.39 0.12
Hex 13 19 2B 38 2A 0 53 E1 27 C
Octal 23 31 53 70 52 0 123 341 47 14
Binary 10011 11001 101011 111000 101010 0 1010011 11100001 100111 1100

Color Harmonies of #13192B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13192B

Black with #13192B

Text Example


Text Example

White with #13192B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #13192B; }

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

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

background-color css

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

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

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

border-color css

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

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

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