Html Css Color HEX #13161C Black Russian

📋 copy color: '#13161C'

red 19 ◦ green 22 ◦ blue 28

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

Shades of Black Russian #13161C

Tints of Black Russian #13161C

RGB

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

 GREEN value IS 22 (8.98% from 255) = 31.88%

 BLUE value IS 28 (11.33% from 255) = 40.58%

R = 27.54%
G = 31.88%
B = 40.58%

CMYK

 C value IS 0.32

 M value IS 0.21

 Y value IS 0

 K value IS 0.89

RGB Variations

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

Color information

#13161C (or 0x13161C) is known color: Black Russian. HEX triplet: 13, 16 and 1C. RGB value is (19,22,28). Sum of RGB (Red+Green+Blue) = 19+22+28=69 (9% of max value = 765). Red value is 19 (7.81% from 255 or 27.54% from 69); Green value is 22 (8.98% from 255 or 31.88% from 69); Blue value is 28 (11.33% from 255 or 40.58% from 69); Max value from RGB is 28 - color contains mainly: blue. Hex color #13161C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #13161C is #ECE9E3. Grayscale: #151515. Windows color (decimal): -15526372 or 1840659. OLE color: 1840659.

HSL color Cylindrical-coordinate representation of color #13161C: hue angle of 220º degrees, saturation: 0.19, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #13161C is Cyan = 0.32, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.89.

Color convert

RGB 19 22 28 -
CMYK 0.32 0.21 0 0.89
HSL 220º 0.19% 0.09% -
HSV(B) 220º 0.32% 0.11% -
XYZ 0.77 0.8 1.21 -
YUV 21.79 131.51 126.01 -
System Red Green Blue C M Y K H S L
Decimal 19 22 28 0.32 0.21 0 0.89 220 0.19 0.09
Hex 13 16 1C 20 15 0 59 DC 13 9
Octal 23 26 34 40 25 0 131 334 23 11
Binary 10011 10110 11100 100000 10101 0 1011001 11011100 10011 1001

Color Harmonies of #13161C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13161C

Black with #13161C

Text Example


Text Example

White with #13161C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,22,28); }

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

background-color css

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

 a { background-color: rgb(19,22,28); }

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

border-color css

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

 span { border-color: rgb(19,22,28); }

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