Html Css Color HEX #13141F Black Russian

📋 copy color: '#13141F'

red 19 ◦ green 20 ◦ blue 31

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

Shades of Black Russian #13141F

Tints of Black Russian #13141F

RGB

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

 GREEN value IS 20 (8.2% from 255) = 28.57%

 BLUE value IS 31 (12.5% from 255) = 44.29%

R = 27.14%
G = 28.57%
B = 44.29%

CMYK

 C value IS 0.39

 M value IS 0.35

 Y value IS 0

 K value IS 0.88

RGB Variations

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

Color information

#13141F (or 0x13141F) is known color: Black Russian. HEX triplet: 13, 14 and 1F. RGB value is (19,20,31). Sum of RGB (Red+Green+Blue) = 19+20+31=70 (9% of max value = 765). Red value is 19 (7.81% from 255 or 27.14% from 70); Green value is 20 (8.20% from 255 or 28.57% from 70); Blue value is 31 (12.5% from 255 or 44.29% from 70); Max value from RGB is 31 - color contains mainly: blue. Hex color #13141F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #13141F is #ECEBE0. Grayscale: #141414. Windows color (decimal): -15526881 or 2036755. OLE color: 2036755.

HSL color Cylindrical-coordinate representation of color #13141F: hue angle of 235º degrees, saturation: 0.24, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #13141F is Cyan = 0.39, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.88.

Color convert

RGB 19 20 31 -
CMYK 0.39 0.35 0 0.88
HSL 235º 0.24% 0.1% -
HSV(B) 235º 0.39% 0.12% -
XYZ 0.77 0.74 1.4 -
YUV 20.96 133.67 126.61 -
System Red Green Blue C M Y K H S L
Decimal 19 20 31 0.39 0.35 0 0.88 235 0.24 0.1
Hex 13 14 1F 27 23 0 58 EB 18 A
Octal 23 24 37 47 43 0 130 353 30 12
Binary 10011 10100 11111 100111 100011 0 1011000 11101011 11000 1010

Color Harmonies of #13141F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13141F

Black with #13141F

Text Example


Text Example

White with #13141F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #13141F; }

 p { color: rgb(19,20,31); }

 H1.HeaderClassName
 {
   color: #13141F;
 }
 .AnyTagClassName
 {
   color: #13141F;
 }
</style>

background-color css

<style>
 a { background-color: #13141F; }

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

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

border-color css

<style>
 span { border-color: #13141F; }

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

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