Html Css Color HEX #131332 Black Russian

📋 copy color: '#131332'

red 19 ◦ green 19 ◦ blue 50

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

Shades of Black Russian #131332

Tints of Black Russian #131332

RGB

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

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

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

R = 21.59%
G = 21.59%
B = 56.82%

CMYK

 C value IS 0.62

 M value IS 0.62

 Y value IS 0

 K value IS 0.80

RGB Variations

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

Color information

#131332 (or 0x131332) is known color: Black Russian. HEX triplet: 13, 13 and 32. RGB value is (19,19,50). Sum of RGB (Red+Green+Blue) = 19+19+50=88 (11% of max value = 765). Red value is 19 (7.81% from 255 or 21.59% from 88); Green value is 19 (7.81% from 255 or 21.59% from 88); Blue value is 50 (19.92% from 255 or 56.82% from 88); Max value from RGB is 50 - color contains mainly: blue. Hex color #131332 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #131332 is #ECECCD. Grayscale: #161616. Windows color (decimal): -15527118 or 3281683. OLE color: 3281683.

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

Color convert

RGB 19 19 50 -
CMYK 0.62 0.62 0 0.80
HSL 240º 0.45% 0.14% -
HSV(B) 240º 0.62% 0.2% -
XYZ 1.08 0.83 3.12 -
YUV 22.53 143.5 125.48 -
System Red Green Blue C M Y K H S L
Decimal 19 19 50 0.62 0.62 0 0.80 240 0.45 0.14
Hex 13 13 32 3E 3E 0 50 F0 2D E
Octal 23 23 62 76 76 0 120 360 55 16
Binary 10011 10011 110010 111110 111110 0 1010000 11110000 101101 1110

Color Harmonies of #131332

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #131332

Black with #131332

Text Example


Text Example

White with #131332

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #131332; }

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

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

background-color css

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

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

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

border-color css

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

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

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