Html Css Color HEX #131632 Black Russian

📋 copy color: '#131632'

red 19 ◦ green 22 ◦ blue 50

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

Shades of Black Russian #131632

Tints of Black Russian #131632

RGB

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

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

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

R = 20.88%
G = 24.18%
B = 54.95%

CMYK

 C value IS 0.62

 M value IS 0.56

 Y value IS 0

 K value IS 0.80

RGB Variations

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

Color information

#131632 (or 0x131632) is known color: Black Russian. HEX triplet: 13, 16 and 32. RGB value is (19,22,50). Sum of RGB (Red+Green+Blue) = 19+22+50=91 (12% of max value = 765). Red value is 19 (7.81% from 255 or 20.88% from 91); Green value is 22 (8.98% from 255 or 24.18% from 91); Blue value is 50 (19.92% from 255 or 54.95% from 91); Max value from RGB is 50 - color contains mainly: blue. Hex color #131632 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #131632 is #ECE9CD. Grayscale: #181818. Windows color (decimal): -15526350 or 3282451. OLE color: 3282451.

HSL color Cylindrical-coordinate representation of color #131632: hue angle of 234.19º 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 #131632 is Cyan = 0.62, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.80.

Color convert

RGB 19 22 50 -
CMYK 0.62 0.56 0 0.80
HSL 234.19º 0.45% 0.14% -
HSV(B) 234.19º 0.62% 0.2% -
XYZ 1.13 0.94 3.14 -
YUV 24.3 142.51 124.22 -
System Red Green Blue C M Y K H S L
Decimal 19 22 50 0.62 0.56 0 0.80 234.19 0.45 0.14
Hex 13 16 32 3E 38 0 50 EA 2D E
Octal 23 26 62 76 70 0 120 352 55 16
Binary 10011 10110 110010 111110 111000 0 1010000 11101010 101101 1110

Color Harmonies of #131632

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #131632

Black with #131632

Text Example


Text Example

White with #131632

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #131632; }

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

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

background-color css

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

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

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

border-color css

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

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

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