Html Css Color HEX #131631 Black Russian

📋 copy color: '#131631'

red 19 ◦ green 22 ◦ blue 49

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

Shades of Black Russian #131631

Tints of Black Russian #131631

RGB

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

 GREEN value IS 22 (8.98% from 255) = 24.44%

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

R = 21.11%
G = 24.44%
B = 54.44%

CMYK

 C value IS 0.61

 M value IS 0.55

 Y value IS 0

 K value IS 0.81

RGB Variations

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

Color information

#131631 (or 0x131631) is known color: Black Russian. HEX triplet: 13, 16 and 31. RGB value is (19,22,49). Sum of RGB (Red+Green+Blue) = 19+22+49=90 (11% of max value = 765). Red value is 19 (7.81% from 255 or 21.11% from 90); Green value is 22 (8.98% from 255 or 24.44% from 90); Blue value is 49 (19.53% from 255 or 54.44% from 90); Max value from RGB is 49 - color contains mainly: blue. Hex color #131631 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #131631 is #ECE9CE. Grayscale: #181818. Windows color (decimal): -15526351 or 3216915. OLE color: 3216915.

HSL color Cylindrical-coordinate representation of color #131631: hue angle of 234º 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 #131631 is Cyan = 0.61, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB 19 22 49 -
CMYK 0.61 0.55 0 0.81
HSL 234º 0.44% 0.13% -
HSV(B) 234º 0.61% 0.19% -
XYZ 1.11 0.93 3.03 -
YUV 24.18 142.01 124.3 -
System Red Green Blue C M Y K H S L
Decimal 19 22 49 0.61 0.55 0 0.81 234 0.44 0.13
Hex 13 16 31 3D 37 0 51 EA 2C D
Octal 23 26 61 75 67 0 121 352 54 15
Binary 10011 10110 110001 111101 110111 0 1010001 11101010 101100 1101

Color Harmonies of #131631

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #131631

Black with #131631

Text Example


Text Example

White with #131631

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #131631; }

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

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

background-color css

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

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

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

border-color css

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

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

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