Html Css Color HEX #131431 Black Russian

📋 copy color: '#131431'

red 19 ◦ green 20 ◦ blue 49

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

Shades of Black Russian #131431

Tints of Black Russian #131431

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 55.68%

R = 21.59%
G = 22.73%
B = 55.68%

CMYK

 C value IS 0.61

 M value IS 0.59

 Y value IS 0

 K value IS 0.81

RGB Variations

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

Color information

#131431 (or 0x131431) is known color: Black Russian. HEX triplet: 13, 14 and 31. RGB value is (19,20,49). Sum of RGB (Red+Green+Blue) = 19+20+49=88 (11% of max value = 765). Red value is 19 (7.81% from 255 or 21.59% from 88); Green value is 20 (8.20% from 255 or 22.73% from 88); Blue value is 49 (19.53% from 255 or 55.68% from 88); Max value from RGB is 49 - color contains mainly: blue. Hex color #131431 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #131431 is #ECEBCE. Grayscale: #161616. Windows color (decimal): -15526863 or 3216403. OLE color: 3216403.

HSL color Cylindrical-coordinate representation of color #131431: hue angle of 238º degrees, saturation: 0.44, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #131431 is Cyan = 0.61, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB 19 20 49 -
CMYK 0.61 0.59 0 0.81
HSL 238º 0.44% 0.13% -
HSV(B) 238º 0.61% 0.19% -
XYZ 1.07 0.86 3.02 -
YUV 23.01 142.67 125.14 -
System Red Green Blue C M Y K H S L
Decimal 19 20 49 0.61 0.59 0 0.81 238 0.44 0.13
Hex 13 14 31 3D 3B 0 51 EE 2C D
Octal 23 24 61 75 73 0 121 356 54 15
Binary 10011 10100 110001 111101 111011 0 1010001 11101110 101100 1101

Color Harmonies of #131431

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #131431

Black with #131431

Text Example


Text Example

White with #131431

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #131431; }

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

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

background-color css

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

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

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

border-color css

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

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

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