Html Css Color HEX #13131F Black Russian

📋 copy color: '#13131F'

red 19 ◦ green 19 ◦ blue 31

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

Shades of Black Russian #13131F

Tints of Black Russian #13131F

RGB

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

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

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

R = 27.54%
G = 27.54%
B = 44.93%

CMYK

 C value IS 0.39

 M value IS 0.39

 Y value IS 0

 K value IS 0.88

RGB Variations

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

Color information

#13131F (or 0x13131F) is known color: Black Russian. HEX triplet: 13, 13 and 1F. RGB value is (19,19,31). Sum of RGB (Red+Green+Blue) = 19+19+31=69 (9% of max value = 765). Red value is 19 (7.81% from 255 or 27.54% from 69); Green value is 19 (7.81% from 255 or 27.54% from 69); Blue value is 31 (12.5% from 255 or 44.93% from 69); Max value from RGB is 31 - color contains mainly: blue. Hex color #13131F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #13131F is #ECECE0. Grayscale: #141414. Windows color (decimal): -15527137 or 2036499. OLE color: 2036499.

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

Color convert

RGB 19 19 31 -
CMYK 0.39 0.39 0 0.88
HSL 240º 0.24% 0.1% -
HSV(B) 240º 0.39% 0.12% -
XYZ 0.75 0.7 1.39 -
YUV 20.37 134 127.02 -
System Red Green Blue C M Y K H S L
Decimal 19 19 31 0.39 0.39 0 0.88 240 0.24 0.1
Hex 13 13 1F 27 27 0 58 F0 18 A
Octal 23 23 37 47 47 0 130 360 30 12
Binary 10011 10011 11111 100111 100111 0 1011000 11110000 11000 1010

Color Harmonies of #13131F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13131F

Black with #13131F

Text Example


Text Example

White with #13131F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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