Html Css Color HEX #13151A Black Russian

📋 copy color: '#13151A'

red 19 ◦ green 21 ◦ blue 26

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

Shades of Black Russian #13151A

Tints of Black Russian #13151A

RGB

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

 GREEN value IS 21 (8.59% from 255) = 31.82%

 BLUE value IS 26 (10.55% from 255) = 39.39%

R = 28.79%
G = 31.82%
B = 39.39%

CMYK

 C value IS 0.27

 M value IS 0.19

 Y value IS 0

 K value IS 0.90

RGB Variations

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

Color information

#13151A (or 0x13151A) is known color: Black Russian. HEX triplet: 13, 15 and 1A. RGB value is (19,21,26). Sum of RGB (Red+Green+Blue) = 19+21+26=66 (8% of max value = 765). Red value is 19 (7.81% from 255 or 28.79% from 66); Green value is 21 (8.59% from 255 or 31.82% from 66); Blue value is 26 (10.55% from 255 or 39.39% from 66); Max value from RGB is 26 - color contains mainly: blue. Hex color #13151A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #13151A is #ECEAE5. Grayscale: #141414. Windows color (decimal): -15526630 or 1709331. OLE color: 1709331.

HSL color Cylindrical-coordinate representation of color #13151A: hue angle of 222.86º degrees, saturation: 0.16, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #13151A is Cyan = 0.27, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.90.

Color convert

RGB 19 21 26 -
CMYK 0.27 0.19 0 0.90
HSL 222.86º 0.16% 0.09% -
HSV(B) 222.86º 0.27% 0.1% -
XYZ 0.72 0.75 1.08 -
YUV 20.97 130.84 126.59 -
System Red Green Blue C M Y K H S L
Decimal 19 21 26 0.27 0.19 0 0.90 222.86 0.16 0.09
Hex 13 15 1A 1B 13 0 5A DF 10 9
Octal 23 25 32 33 23 0 132 337 20 11
Binary 10011 10101 11010 11011 10011 0 1011010 11011111 10000 1001

Color Harmonies of #13151A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13151A

Black with #13151A

Text Example


Text Example

White with #13151A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,21,26); }

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

background-color css

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

 a { background-color: rgb(19,21,26); }

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

border-color css

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

 span { border-color: rgb(19,21,26); }

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