Html Css Color HEX #131726 Black Russian

📋 copy color: '#131726'

red 19 ◦ green 23 ◦ blue 38

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

Shades of Black Russian #131726

Tints of Black Russian #131726

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 47.5%

R = 23.75%
G = 28.75%
B = 47.5%

CMYK

 C value IS 0.50

 M value IS 0.39

 Y value IS 0

 K value IS 0.85

RGB Variations

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

Color information

#131726 (or 0x131726) is known color: Black Russian. HEX triplet: 13, 17 and 26. RGB value is (19,23,38). Sum of RGB (Red+Green+Blue) = 19+23+38=80 (10% of max value = 765). Red value is 19 (7.81% from 255 or 23.75% from 80); Green value is 23 (9.38% from 255 or 28.75% from 80); Blue value is 38 (15.23% from 255 or 47.5% from 80); Max value from RGB is 38 - color contains mainly: blue. Hex color #131726 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #131726 is #ECE8D9. Grayscale: #171717. Windows color (decimal): -15526106 or 2496275. OLE color: 2496275.

HSL color Cylindrical-coordinate representation of color #131726: hue angle of 227.37º degrees, saturation: 0.33, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #131726 is Cyan = 0.50, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.85.

Color convert

RGB 19 23 38 -
CMYK 0.50 0.39 0 0.85
HSL 227.37º 0.33% 0.11% -
HSV(B) 227.37º 0.5% 0.15% -
XYZ 0.92 0.89 1.96 -
YUV 23.51 136.17 124.78 -
System Red Green Blue C M Y K H S L
Decimal 19 23 38 0.50 0.39 0 0.85 227.37 0.33 0.11
Hex 13 17 26 32 27 0 55 E3 21 B
Octal 23 27 46 62 47 0 125 343 41 13
Binary 10011 10111 100110 110010 100111 0 1010101 11100011 100001 1011

Color Harmonies of #131726

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #131726

Black with #131726

Text Example


Text Example

White with #131726

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #131726; }

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

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

background-color css

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

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

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

border-color css

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

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

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