Html Css Color HEX #13192A Black Russian

📋 copy color: '#13192A'

red 19 ◦ green 25 ◦ blue 42

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

Shades of Black Russian #13192A

Tints of Black Russian #13192A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 48.84%

R = 22.09%
G = 29.07%
B = 48.84%

CMYK

 C value IS 0.55

 M value IS 0.40

 Y value IS 0

 K value IS 0.84

RGB Variations

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

Color information

#13192A (or 0x13192A) is known color: Black Russian. HEX triplet: 13, 19 and 2A. RGB value is (19,25,42). Sum of RGB (Red+Green+Blue) = 19+25+42=86 (11% of max value = 765). Red value is 19 (7.81% from 255 or 22.09% from 86); Green value is 25 (10.16% from 255 or 29.07% from 86); Blue value is 42 (16.80% from 255 or 48.84% from 86); Max value from RGB is 42 - color contains mainly: blue. Hex color #13192A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #13192A is #ECE6D5. Grayscale: #191919. Windows color (decimal): -15525590 or 2758931. OLE color: 2758931.

HSL color Cylindrical-coordinate representation of color #13192A: hue angle of 224.35º degrees, saturation: 0.38, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #13192A is Cyan = 0.55, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB 19 25 42 -
CMYK 0.55 0.40 0 0.84
HSL 224.35º 0.38% 0.12% -
HSV(B) 224.35º 0.55% 0.16% -
XYZ 1.03 1 2.33 -
YUV 25.14 137.51 123.62 -
System Red Green Blue C M Y K H S L
Decimal 19 25 42 0.55 0.40 0 0.84 224.35 0.38 0.12
Hex 13 19 2A 37 28 0 54 E0 26 C
Octal 23 31 52 67 50 0 124 340 46 14
Binary 10011 11001 101010 110111 101000 0 1010100 11100000 100110 1100

Color Harmonies of #13192A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13192A

Black with #13192A

Text Example


Text Example

White with #13192A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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