Html Css Color HEX #131231 Black Russian

📋 copy color: '#131231'

red 19 ◦ green 18 ◦ blue 49

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

Shades of Black Russian #131231

Tints of Black Russian #131231

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 56.98%

R = 22.09%
G = 20.93%
B = 56.98%

CMYK

 C value IS 0.61

 M value IS 0.63

 Y value IS 0

 K value IS 0.81

RGB Variations

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

Color information

#131231 (or 0x131231) is known color: Black Russian. HEX triplet: 13, 12 and 31. RGB value is (19,18,49). Sum of RGB (Red+Green+Blue) = 19+18+49=86 (11% of max value = 765). Red value is 19 (7.81% from 255 or 22.09% from 86); Green value is 18 (7.42% from 255 or 20.93% from 86); Blue value is 49 (19.53% from 255 or 56.98% from 86); Max value from RGB is 49 - color contains mainly: blue. Hex color #131231 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #131231 is #ECEDCE. Grayscale: #151515. Windows color (decimal): -15527375 or 3215891. OLE color: 3215891.

HSL color Cylindrical-coordinate representation of color #131231: hue angle of 241.94º degrees, saturation: 0.46, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #131231 is Cyan = 0.61, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB 19 18 49 -
CMYK 0.61 0.63 0 0.81
HSL 241.94º 0.46% 0.13% -
HSV(B) 241.94º 0.63% 0.19% -
XYZ 1.04 0.79 3 -
YUV 21.83 143.33 125.98 -
System Red Green Blue C M Y K H S L
Decimal 19 18 49 0.61 0.63 0 0.81 241.94 0.46 0.13
Hex 13 12 31 3D 3F 0 51 F2 2E D
Octal 23 22 61 75 77 0 121 362 56 15
Binary 10011 10010 110001 111101 111111 0 1010001 11110010 101110 1101

Color Harmonies of #131231

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #131231

Black with #131231

Text Example


Text Example

White with #131231

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #131231; }

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

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

background-color css

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

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

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

border-color css

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

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

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