Html Css Color HEX #131727 Black Russian

📋 copy color: '#131727'

red 19 ◦ green 23 ◦ blue 39

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

Shades of Black Russian #131727

Tints of Black Russian #131727

RGB

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

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

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

R = 23.46%
G = 28.4%
B = 48.15%

CMYK

 C value IS 0.51

 M value IS 0.41

 Y value IS 0

 K value IS 0.85

RGB Variations

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

Color information

#131727 (or 0x131727) is known color: Black Russian. HEX triplet: 13, 17 and 27. RGB value is (19,23,39). Sum of RGB (Red+Green+Blue) = 19+23+39=81 (10% of max value = 765). Red value is 19 (7.81% from 255 or 23.46% from 81); Green value is 23 (9.38% from 255 or 28.40% from 81); Blue value is 39 (15.62% from 255 or 48.15% from 81); Max value from RGB is 39 - color contains mainly: blue. Hex color #131727 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #131727 is #ECE8D8. Grayscale: #171717. Windows color (decimal): -15526105 or 2561811. OLE color: 2561811.

HSL color Cylindrical-coordinate representation of color #131727: hue angle of 228º 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 #131727 is Cyan = 0.51, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.85.

Color convert

RGB 19 23 39 -
CMYK 0.51 0.41 0 0.85
HSL 228º 0.34% 0.11% -
HSV(B) 228º 0.51% 0.15% -
XYZ 0.94 0.9 2.04 -
YUV 23.63 136.67 124.7 -
System Red Green Blue C M Y K H S L
Decimal 19 23 39 0.51 0.41 0 0.85 228 0.34 0.11
Hex 13 17 27 33 29 0 55 E4 22 B
Octal 23 27 47 63 51 0 125 344 42 13
Binary 10011 10111 100111 110011 101001 0 1010101 11100100 100010 1011

Color Harmonies of #131727

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #131727

Black with #131727

Text Example


Text Example

White with #131727

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #131727; }

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

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

background-color css

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

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

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

border-color css

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

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

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