#131227

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

Shades of Black Russian #131227

Tints of Black Russian #131227

Color information

#131227 (or 0x131227) is unknown color: approx Black Russian. HEX triplet: 13, 12 and 27. RGB value is (19,18,39). Sum of RGB (Red+Green+Blue) = 19+18+39=76 (10% of max value = 765). Red value is 19 (7.81% from 255 or 25% from 76); Green value is 18 (7.42% from 255 or 23.68% from 76); Blue value is 39 (15.62% from 255 or 51.32% from 76); Max value from RGB is 39 - color contains mainly: blue. Hex color #131227 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #131227 is #ECEDD8. Grayscale: #141414. Windows color (decimal): -15527385 or 2560531. OLE color: 2560531.

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

Color convert

RGB191839-
CMYK0.510.5400.85
HSL242.86º36.84%11.18%-
HSV(B)242.86º53.85%15.29%-
XYZ0.850.722.01-
YUV20.69138.33126.79-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 25%
GREEN value IS 18 (7.42% from 255) = 23.68%
BLUE value IS 39 (15.62% from 255) = 51.32%
R=25%
G=23.68%
B=51.32%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal1918390.510.5400.85242.8636.8411.18
Hex1312273336055f325b
Octal232247636601253634513
Binary100111001010011111001111011001010101111100111001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #131227

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #131227; }

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

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

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

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

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

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

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

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