Html Css Color HEX #13192C Black Russian

📋 copy color: '#13192C'

red 19 ◦ green 25 ◦ blue 44

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

Shades of Black Russian #13192C

Tints of Black Russian #13192C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 50%

R = 21.59%
G = 28.41%
B = 50%

CMYK

 C value IS 0.57

 M value IS 0.43

 Y value IS 0

 K value IS 0.83

RGB Variations

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

Color information

#13192C (or 0x13192C) is known color: Black Russian. HEX triplet: 13, 19 and 2C. RGB value is (19,25,44). Sum of RGB (Red+Green+Blue) = 19+25+44=88 (11% of max value = 765). Red value is 19 (7.81% from 255 or 21.59% from 88); Green value is 25 (10.16% from 255 or 28.41% from 88); Blue value is 44 (17.58% from 255 or 50% from 88); Max value from RGB is 44 - color contains mainly: blue. Hex color #13192C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #13192C is #ECE6D3. Grayscale: #191919. Windows color (decimal): -15525588 or 2890003. OLE color: 2890003.

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

Color convert

RGB 19 25 44 -
CMYK 0.57 0.43 0 0.83
HSL 225.6º 0.4% 0.12% -
HSV(B) 225.6º 0.57% 0.17% -
XYZ 1.07 1.02 2.52 -
YUV 25.37 138.51 123.46 -
System Red Green Blue C M Y K H S L
Decimal 19 25 44 0.57 0.43 0 0.83 225.6 0.4 0.12
Hex 13 19 2C 39 2B 0 53 E2 28 C
Octal 23 31 54 71 53 0 123 342 50 14
Binary 10011 11001 101100 111001 101011 0 1010011 11100010 101000 1100

Color Harmonies of #13192C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13192C

Black with #13192C

Text Example


Text Example

White with #13192C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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