Html Css Color HEX #131532 Black Russian

📋 copy color: '#131532'

red 19 ◦ green 21 ◦ blue 50

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

Shades of Black Russian #131532

Tints of Black Russian #131532

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 55.56%

R = 21.11%
G = 23.33%
B = 55.56%

CMYK

 C value IS 0.62

 M value IS 0.58

 Y value IS 0

 K value IS 0.80

RGB Variations

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

Color information

#131532 (or 0x131532) is known color: Black Russian. HEX triplet: 13, 15 and 32. RGB value is (19,21,50). Sum of RGB (Red+Green+Blue) = 19+21+50=90 (11% of max value = 765). Red value is 19 (7.81% from 255 or 21.11% from 90); Green value is 21 (8.59% from 255 or 23.33% from 90); Blue value is 50 (19.92% from 255 or 55.56% from 90); Max value from RGB is 50 - color contains mainly: blue. Hex color #131532 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #131532 is #ECEACD. Grayscale: #171717. Windows color (decimal): -15526606 or 3282195. OLE color: 3282195.

HSL color Cylindrical-coordinate representation of color #131532: hue angle of 236.13º degrees, saturation: 0.45, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #131532 is Cyan = 0.62, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.80.

Color convert

RGB 19 21 50 -
CMYK 0.62 0.58 0 0.80
HSL 236.13º 0.45% 0.14% -
HSV(B) 236.13º 0.62% 0.2% -
XYZ 1.11 0.91 3.13 -
YUV 23.71 142.84 124.64 -
System Red Green Blue C M Y K H S L
Decimal 19 21 50 0.62 0.58 0 0.80 236.13 0.45 0.14
Hex 13 15 32 3E 3A 0 50 EC 2D E
Octal 23 25 62 76 72 0 120 354 55 16
Binary 10011 10101 110010 111110 111010 0 1010000 11101100 101101 1110

Color Harmonies of #131532

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #131532

Black with #131532

Text Example


Text Example

White with #131532

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #131532; }

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

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

background-color css

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

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

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

border-color css

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

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

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