Html Css Color HEX #131531 Black Russian

📋 copy color: '#131531'

red 19 ◦ green 21 ◦ blue 49

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

Shades of Black Russian #131531

Tints of Black Russian #131531

RGB

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

 GREEN value IS 21 (8.59% from 255) = 23.6%

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

R = 21.35%
G = 23.6%
B = 55.06%

CMYK

 C value IS 0.61

 M value IS 0.57

 Y value IS 0

 K value IS 0.81

RGB Variations

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

Color information

#131531 (or 0x131531) is known color: Black Russian. HEX triplet: 13, 15 and 31. RGB value is (19,21,49). Sum of RGB (Red+Green+Blue) = 19+21+49=89 (11% of max value = 765). Red value is 19 (7.81% from 255 or 21.35% from 89); Green value is 21 (8.59% from 255 or 23.60% from 89); Blue value is 49 (19.53% from 255 or 55.06% from 89); Max value from RGB is 49 - color contains mainly: blue. Hex color #131531 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #131531 is #ECEACE. Grayscale: #171717. Windows color (decimal): -15526607 or 3216659. OLE color: 3216659.

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

Color convert

RGB 19 21 49 -
CMYK 0.61 0.57 0 0.81
HSL 236º 0.44% 0.13% -
HSV(B) 236º 0.61% 0.19% -
XYZ 1.09 0.9 3.02 -
YUV 23.59 142.34 124.72 -
System Red Green Blue C M Y K H S L
Decimal 19 21 49 0.61 0.57 0 0.81 236 0.44 0.13
Hex 13 15 31 3D 39 0 51 EC 2C D
Octal 23 25 61 75 71 0 121 354 54 15
Binary 10011 10101 110001 111101 111001 0 1010001 11101100 101100 1101

Color Harmonies of #131531

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #131531

Black with #131531

Text Example


Text Example

White with #131531

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #131531; }

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

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

background-color css

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

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

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

border-color css

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

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

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