#131027

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

Shades of Black Russian #131027

Tints of Black Russian #131027

Color information

#131027 (or 0x131027) is unknown color: approx Black Russian. HEX triplet: 13, 10 and 27. RGB value is (19,16,39). Sum of RGB (Red+Green+Blue) = 19+16+39=74 (9% of max value = 765). Red value is 19 (7.81% from 255 or 25.68% from 74); Green value is 16 (6.64% from 255 or 21.62% from 74); Blue value is 39 (15.62% from 255 or 52.70% from 74); Max value from RGB is 39 - color contains mainly: blue. Hex color #131027 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #131027 is #ECEFD8. Grayscale: #131313. Windows color (decimal): -15527897 or 2560019. OLE color: 2560019.

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

Color convert

RGB191639-
CMYK0.510.5900.85
HSL247.83º41.82%10.78%-
HSV(B)247.83º58.97%15.29%-
XYZ0.820.662-
YUV19.52138.99127.63-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 25.68%
GREEN value IS 16 (6.64% from 255) = 21.62%
BLUE value IS 39 (15.62% from 255) = 52.70%
R=25.68%
G=21.62%
B=52.70%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal1916390.510.5900.85247.8341.8210.78
Hex131027333B055f82ab
Octal232047637301253705213
Binary100111000010011111001111101101010101111110001010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #131027

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #131027; }

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

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

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

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

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

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

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

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