Html Css Color HEX #131132 Black Russian

📋 copy color: '#131132'

red 19 ◦ green 17 ◦ blue 50

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

Shades of Black Russian #131132

Tints of Black Russian #131132

RGB

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

 GREEN value IS 17 (7.03% from 255) = 19.77%

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

R = 22.09%
G = 19.77%
B = 58.14%

CMYK

 C value IS 0.62

 M value IS 0.66

 Y value IS 0

 K value IS 0.80

RGB Variations

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

Color information

#131132 (or 0x131132) is known color: Black Russian. HEX triplet: 13, 11 and 32. RGB value is (19,17,50). Sum of RGB (Red+Green+Blue) = 19+17+50=86 (11% of max value = 765). Red value is 19 (7.81% from 255 or 22.09% from 86); Green value is 17 (7.03% from 255 or 19.77% from 86); Blue value is 50 (19.92% from 255 or 58.14% from 86); Max value from RGB is 50 - color contains mainly: blue. Hex color #131132 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #131132 is #ECEECD. Grayscale: #151515. Windows color (decimal): -15527630 or 3281171. OLE color: 3281171.

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

Color convert

RGB 19 17 50 -
CMYK 0.62 0.66 0 0.80
HSL 243.64º 0.49% 0.13% -
HSV(B) 243.64º 0.66% 0.2% -
XYZ 1.04 0.77 3.11 -
YUV 21.36 144.16 126.32 -
System Red Green Blue C M Y K H S L
Decimal 19 17 50 0.62 0.66 0 0.80 243.64 0.49 0.13
Hex 13 11 32 3E 42 0 50 F4 31 D
Octal 23 21 62 76 102 0 120 364 61 15
Binary 10011 10001 110010 111110 1000010 0 1010000 11110100 110001 1101

Color Harmonies of #131132

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #131132

Black with #131132

Text Example


Text Example

White with #131132

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #131132; }

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

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

background-color css

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

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

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

border-color css

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

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

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