Html Css Color HEX #13172B Black Russian

📋 copy color: '#13172B'

red 19 ◦ green 23 ◦ blue 43

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

Shades of Black Russian #13172B

Tints of Black Russian #13172B

RGB

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

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

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

R = 22.35%
G = 27.06%
B = 50.59%

CMYK

 C value IS 0.56

 M value IS 0.47

 Y value IS 0

 K value IS 0.83

RGB Variations

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

Color information

#13172B (or 0x13172B) is known color: Black Russian. HEX triplet: 13, 17 and 2B. RGB value is (19,23,43). Sum of RGB (Red+Green+Blue) = 19+23+43=85 (11% of max value = 765). Red value is 19 (7.81% from 255 or 22.35% from 85); Green value is 23 (9.38% from 255 or 27.06% from 85); Blue value is 43 (17.19% from 255 or 50.59% from 85); Max value from RGB is 43 - color contains mainly: blue. Hex color #13172B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #13172B is #ECE8D4. Grayscale: #181818. Windows color (decimal): -15526101 or 2823955. OLE color: 2823955.

HSL color Cylindrical-coordinate representation of color #13172B: hue angle of 230º 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 #13172B is Cyan = 0.56, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.83.

Color convert

RGB 19 23 43 -
CMYK 0.56 0.47 0 0.83
HSL 230º 0.39% 0.12% -
HSV(B) 230º 0.56% 0.17% -
XYZ 1.01 0.93 2.41 -
YUV 24.08 138.67 124.37 -
System Red Green Blue C M Y K H S L
Decimal 19 23 43 0.56 0.47 0 0.83 230 0.39 0.12
Hex 13 17 2B 38 2F 0 53 E6 27 C
Octal 23 27 53 70 57 0 123 346 47 14
Binary 10011 10111 101011 111000 101111 0 1010011 11100110 100111 1100

Color Harmonies of #13172B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13172B

Black with #13172B

Text Example


Text Example

White with #13172B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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