Html Css Color HEX #13131A Black Russian

📋 copy color: '#13131A'

red 19 ◦ green 19 ◦ blue 26

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

Shades of Black Russian #13131A

Tints of Black Russian #13131A

RGB

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

 GREEN value IS 19 (7.81% from 255) = 29.69%

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

R = 29.69%
G = 29.69%
B = 40.63%

CMYK

 C value IS 0.27

 M value IS 0.27

 Y value IS 0

 K value IS 0.90

RGB Variations

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

Color information

#13131A (or 0x13131A) is known color: Black Russian. HEX triplet: 13, 13 and 1A. RGB value is (19,19,26). Sum of RGB (Red+Green+Blue) = 19+19+26=64 (8% of max value = 765). Red value is 19 (7.81% from 255 or 29.69% from 64); Green value is 19 (7.81% from 255 or 29.69% from 64); Blue value is 26 (10.55% from 255 or 40.62% from 64); Max value from RGB is 26 - color contains mainly: blue. Hex color #13131A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #13131A is #ECECE5. Grayscale: #131313. Windows color (decimal): -15527142 or 1708819. OLE color: 1708819.

HSL color Cylindrical-coordinate representation of color #13131A: hue angle of 240º 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 #13131A is Cyan = 0.27, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.90.

Color convert

RGB 19 19 26 -
CMYK 0.27 0.27 0 0.90
HSL 240º 0.16% 0.09% -
HSV(B) 240º 0.27% 0.1% -
XYZ 0.69 0.68 1.07 -
YUV 19.8 131.5 127.43 -
System Red Green Blue C M Y K H S L
Decimal 19 19 26 0.27 0.27 0 0.90 240 0.16 0.09
Hex 13 13 1A 1B 1B 0 5A F0 10 9
Octal 23 23 32 33 33 0 132 360 20 11
Binary 10011 10011 11010 11011 11011 0 1011010 11110000 10000 1001

Color Harmonies of #13131A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13131A

Black with #13131A

Text Example


Text Example

White with #13131A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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