Html Css Color HEX #131724 Black Russian

📋 copy color: '#131724'

red 19 ◦ green 23 ◦ blue 36

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

Shades of Black Russian #131724

Tints of Black Russian #131724

RGB

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

 GREEN value IS 23 (9.38% from 255) = 29.49%

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

R = 24.36%
G = 29.49%
B = 46.15%

CMYK

 C value IS 0.47

 M value IS 0.36

 Y value IS 0

 K value IS 0.86

RGB Variations

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

Color information

#131724 (or 0x131724) is known color: Black Russian. HEX triplet: 13, 17 and 24. RGB value is (19,23,36). Sum of RGB (Red+Green+Blue) = 19+23+36=78 (10% of max value = 765). Red value is 19 (7.81% from 255 or 24.36% from 78); Green value is 23 (9.38% from 255 or 29.49% from 78); Blue value is 36 (14.45% from 255 or 46.15% from 78); Max value from RGB is 36 - color contains mainly: blue. Hex color #131724 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #131724 is #ECE8DB. Grayscale: #171717. Windows color (decimal): -15526108 or 2365203. OLE color: 2365203.

HSL color Cylindrical-coordinate representation of color #131724: hue angle of 225.88º 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 #131724 is Cyan = 0.47, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.86.

Color convert

RGB 19 23 36 -
CMYK 0.47 0.36 0 0.86
HSL 225.88º 0.31% 0.11% -
HSV(B) 225.88º 0.47% 0.14% -
XYZ 0.89 0.88 1.79 -
YUV 23.29 135.17 124.94 -
System Red Green Blue C M Y K H S L
Decimal 19 23 36 0.47 0.36 0 0.86 225.88 0.31 0.11
Hex 13 17 24 2F 24 0 56 E2 1F B
Octal 23 27 44 57 44 0 126 342 37 13
Binary 10011 10111 100100 101111 100100 0 1010110 11100010 11111 1011

Color Harmonies of #131724

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #131724

Black with #131724

Text Example


Text Example

White with #131724

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #131724; }

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

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

background-color css

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

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

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

border-color css

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

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

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