Html Css Color HEX #131331 Black Russian

📋 copy color: '#131331'

red 19 ◦ green 19 ◦ blue 49

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

Shades of Black Russian #131331

Tints of Black Russian #131331

RGB

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

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

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

R = 21.84%
G = 21.84%
B = 56.32%

CMYK

 C value IS 0.61

 M value IS 0.61

 Y value IS 0

 K value IS 0.81

RGB Variations

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

Color information

#131331 (or 0x131331) is known color: Black Russian. HEX triplet: 13, 13 and 31. RGB value is (19,19,49). Sum of RGB (Red+Green+Blue) = 19+19+49=87 (11% of max value = 765). Red value is 19 (7.81% from 255 or 21.84% from 87); Green value is 19 (7.81% from 255 or 21.84% from 87); Blue value is 49 (19.53% from 255 or 56.32% from 87); Max value from RGB is 49 - color contains mainly: blue. Hex color #131331 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #131331 is #ECECCE. Grayscale: #161616. Windows color (decimal): -15527119 or 3216147. OLE color: 3216147.

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

Color convert

RGB 19 19 49 -
CMYK 0.61 0.61 0 0.81
HSL 240º 0.44% 0.13% -
HSV(B) 240º 0.61% 0.19% -
XYZ 1.06 0.83 3.01 -
YUV 22.42 143 125.56 -
System Red Green Blue C M Y K H S L
Decimal 19 19 49 0.61 0.61 0 0.81 240 0.44 0.13
Hex 13 13 31 3D 3D 0 51 F0 2C D
Octal 23 23 61 75 75 0 121 360 54 15
Binary 10011 10011 110001 111101 111101 0 1010001 11110000 101100 1101

Color Harmonies of #131331

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #131331

Black with #131331

Text Example


Text Example

White with #131331

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #131331; }

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

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

background-color css

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

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

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

border-color css

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

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

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