Html Css Color HEX #131927 Black Russian

📋 copy color: '#131927'

red 19 ◦ green 25 ◦ blue 39

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

Shades of Black Russian #131927

Tints of Black Russian #131927

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 46.99%

R = 22.89%
G = 30.12%
B = 46.99%

CMYK

 C value IS 0.51

 M value IS 0.36

 Y value IS 0

 K value IS 0.85

RGB Variations

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

Color information

#131927 (or 0x131927) is known color: Black Russian. HEX triplet: 13, 19 and 27. RGB value is (19,25,39). Sum of RGB (Red+Green+Blue) = 19+25+39=83 (10% of max value = 765). Red value is 19 (7.81% from 255 or 22.89% from 83); Green value is 25 (10.16% from 255 or 30.12% from 83); Blue value is 39 (15.62% from 255 or 46.99% from 83); Max value from RGB is 39 - color contains mainly: blue. Hex color #131927 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #131927 is #ECE6D8. Grayscale: #181818. Windows color (decimal): -15525593 or 2562323. OLE color: 2562323.

HSL color Cylindrical-coordinate representation of color #131927: hue angle of 222º degrees, saturation: 0.34, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #131927 is Cyan = 0.51, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.85.

Color convert

RGB 19 25 39 -
CMYK 0.51 0.36 0 0.85
HSL 222º 0.34% 0.11% -
HSV(B) 222º 0.51% 0.15% -
XYZ 0.98 0.98 2.06 -
YUV 24.8 136.01 123.86 -
System Red Green Blue C M Y K H S L
Decimal 19 25 39 0.51 0.36 0 0.85 222 0.34 0.11
Hex 13 19 27 33 24 0 55 DE 22 B
Octal 23 31 47 63 44 0 125 336 42 13
Binary 10011 11001 100111 110011 100100 0 1010101 11011110 100010 1011

Color Harmonies of #131927

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #131927

Black with #131927

Text Example


Text Example

White with #131927

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #131927; }

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

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

background-color css

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

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

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

border-color css

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

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

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