Html Css Color HEX #131232 Black Russian

📋 copy color: '#131232'

red 19 ◦ green 18 ◦ blue 50

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

Shades of Black Russian #131232

Tints of Black Russian #131232

RGB

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

 GREEN value IS 18 (7.42% from 255) = 20.69%

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

R = 21.84%
G = 20.69%
B = 57.47%

CMYK

 C value IS 0.62

 M value IS 0.64

 Y value IS 0

 K value IS 0.80

RGB Variations

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

Color information

#131232 (or 0x131232) is known color: Black Russian. HEX triplet: 13, 12 and 32. RGB value is (19,18,50). Sum of RGB (Red+Green+Blue) = 19+18+50=87 (11% of max value = 765). Red value is 19 (7.81% from 255 or 21.84% from 87); Green value is 18 (7.42% from 255 or 20.69% from 87); Blue value is 50 (19.92% from 255 or 57.47% from 87); Max value from RGB is 50 - color contains mainly: blue. Hex color #131232 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #131232 is #ECEDCD. Grayscale: #151515. Windows color (decimal): -15527374 or 3281427. OLE color: 3281427.

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

Color convert

RGB 19 18 50 -
CMYK 0.62 0.64 0 0.80
HSL 241.88º 0.47% 0.13% -
HSV(B) 241.88º 0.64% 0.2% -
XYZ 1.06 0.8 3.12 -
YUV 21.95 143.83 125.9 -
System Red Green Blue C M Y K H S L
Decimal 19 18 50 0.62 0.64 0 0.80 241.88 0.47 0.13
Hex 13 12 32 3E 40 0 50 F2 2F D
Octal 23 22 62 76 100 0 120 362 57 15
Binary 10011 10010 110010 111110 1000000 0 1010000 11110010 101111 1101

Color Harmonies of #131232

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #131232

Black with #131232

Text Example


Text Example

White with #131232

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #131232; }

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

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

background-color css

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

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

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

border-color css

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

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

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