Html Css Color HEX #131924 Black Russian

📋 copy color: '#131924'

red 19 ◦ green 25 ◦ blue 36

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

Shades of Black Russian #131924

Tints of Black Russian #131924

RGB

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

 GREEN value IS 25 (10.16% from 255) = 31.25%

 BLUE value IS 36 (14.45% from 255) = 45%

R = 23.75%
G = 31.25%
B = 45%

CMYK

 C value IS 0.47

 M value IS 0.31

 Y value IS 0

 K value IS 0.86

RGB Variations

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

Color information

#131924 (or 0x131924) is known color: Black Russian. HEX triplet: 13, 19 and 24. RGB value is (19,25,36). Sum of RGB (Red+Green+Blue) = 19+25+36=80 (10% of max value = 765). Red value is 19 (7.81% from 255 or 23.75% from 80); Green value is 25 (10.16% from 255 or 31.25% from 80); Blue value is 36 (14.45% from 255 or 45% from 80); Max value from RGB is 36 - color contains mainly: blue. Hex color #131924 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #131924 is #ECE6DB. Grayscale: #181818. Windows color (decimal): -15525596 or 2365715. OLE color: 2365715.

HSL color Cylindrical-coordinate representation of color #131924: hue angle of 218.82º degrees, saturation: 0.31, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #131924 is Cyan = 0.47, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.86.

Color convert

RGB 19 25 36 -
CMYK 0.47 0.31 0 0.86
HSL 218.82º 0.31% 0.11% -
HSV(B) 218.82º 0.47% 0.14% -
XYZ 0.93 0.96 1.81 -
YUV 24.46 134.51 124.11 -
System Red Green Blue C M Y K H S L
Decimal 19 25 36 0.47 0.31 0 0.86 218.82 0.31 0.11
Hex 13 19 24 2F 1F 0 56 DB 1F B
Octal 23 31 44 57 37 0 126 333 37 13
Binary 10011 11001 100100 101111 11111 0 1010110 11011011 11111 1011

Color Harmonies of #131924

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #131924

Black with #131924

Text Example


Text Example

White with #131924

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #131924; }

 p { color: rgb(19,25,36); }

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

background-color css

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

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

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

border-color css

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

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

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