#131127

Color #131127 Black Russian (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Black Russian #131127

Tints of Black Russian #131127

Color information

#131127 (or 0x131127) is unknown color: approx Black Russian. HEX triplet: 13, 11 and 27. RGB value is (19,17,39). Sum of RGB (Red+Green+Blue) = 19+17+39=75 (9% of max value = 765). Red value is 19 (7.81% from 255 or 25.33% from 75); Green value is 17 (7.03% from 255 or 22.67% from 75); Blue value is 39 (15.62% from 255 or 52% from 75); Max value from RGB is 39 - color contains mainly: blue. Hex color #131127 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #131127 is #ECEED8. Grayscale: #141414. Windows color (decimal): -15527641 or 2560275. OLE color: 2560275.

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

Color convert

RGB191739-
CMYK0.510.5600.85
HSL245.45º39.29%10.98%-
HSV(B)245.45º56.41%15.29%-
XYZ0.840.692.01-
YUV20.11138.66127.21-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 25.33%
GREEN value IS 17 (7.03% from 255) = 22.67%
BLUE value IS 39 (15.62% from 255) = 52%
R=25.33%
G=22.67%
B=52%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal1917390.510.5600.85245.4539.2910.98
Hex1311273338055f527b
Octal232147637001253654713
Binary100111000110011111001111100001010101111101011001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #131127

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #131127; }

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

 H1.HeaderClassName
 {
   color: #131127;
 }
 .AnyTagClassName
 {
   color: #131127;
 }
</style>
background-color css

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

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

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

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

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

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