Html Css Color HEX #13172A Black Russian

📋 copy color: '#13172A'

red 19 ◦ green 23 ◦ blue 42

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

Shades of Black Russian #13172A

Tints of Black Russian #13172A

RGB

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

 GREEN value IS 23 (9.38% from 255) = 27.38%

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

R = 22.62%
G = 27.38%
B = 50%

CMYK

 C value IS 0.55

 M value IS 0.45

 Y value IS 0

 K value IS 0.84

RGB Variations

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

Color information

#13172A (or 0x13172A) is known color: Black Russian. HEX triplet: 13, 17 and 2A. RGB value is (19,23,42). Sum of RGB (Red+Green+Blue) = 19+23+42=84 (11% of max value = 765). Red value is 19 (7.81% from 255 or 22.62% from 84); Green value is 23 (9.38% from 255 or 27.38% from 84); Blue value is 42 (16.80% from 255 or 50% from 84); Max value from RGB is 42 - color contains mainly: blue. Hex color #13172A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #13172A is #ECE8D5. Grayscale: #171717. Windows color (decimal): -15526102 or 2758419. OLE color: 2758419.

HSL color Cylindrical-coordinate representation of color #13172A: hue angle of 229.57º 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 #13172A is Cyan = 0.55, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB 19 23 42 -
CMYK 0.55 0.45 0 0.84
HSL 229.57º 0.38% 0.12% -
HSV(B) 229.57º 0.55% 0.16% -
XYZ 0.99 0.92 2.32 -
YUV 23.97 138.17 124.46 -
System Red Green Blue C M Y K H S L
Decimal 19 23 42 0.55 0.45 0 0.84 229.57 0.38 0.12
Hex 13 17 2A 37 2D 0 54 E6 26 C
Octal 23 27 52 67 55 0 124 346 46 14
Binary 10011 10111 101010 110111 101101 0 1010100 11100110 100110 1100

Color Harmonies of #13172A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13172A

Black with #13172A

Text Example


Text Example

White with #13172A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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