#131225

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

Shades of Black Russian #131225

Tints of Black Russian #131225

Color information

#131225 (or 0x131225) is unknown color: approx Black Russian. HEX triplet: 13, 12 and 25. RGB value is (19,18,37). Sum of RGB (Red+Green+Blue) = 19+18+37=74 (9% of max value = 765). Red value is 19 (7.81% from 255 or 25.68% from 74); Green value is 18 (7.42% from 255 or 24.32% from 74); Blue value is 37 (14.84% from 255 or 50% from 74); Max value from RGB is 37 - color contains mainly: blue. Hex color #131225 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #131225 is #ECEDDA. Grayscale: #141414. Windows color (decimal): -15527387 or 2429459. OLE color: 2429459.

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

Color convert

RGB191837-
CMYK0.490.5100.85
HSL243.16º34.55%10.78%-
HSV(B)243.16º51.35%14.51%-
XYZ0.820.71.84-
YUV20.46137.33126.96-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 25.68%
GREEN value IS 18 (7.42% from 255) = 24.32%
BLUE value IS 37 (14.84% from 255) = 50%
R=25.68%
G=24.32%
B=50%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal1918370.490.5100.85243.1634.5510.78
Hex1312253133055f323b
Octal232245616301253634313
Binary100111001010010111000111001101010101111100111000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #131225

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #131225; }

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

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

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

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

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

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

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

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