#131825

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

Shades of Black Russian #131825

Tints of Black Russian #131825

Color information

#131825 (or 0x131825) is unknown color: approx Black Russian. HEX triplet: 13, 18 and 25. RGB value is (19,24,37). Sum of RGB (Red+Green+Blue) = 19+24+37=80 (10% of max value = 765). Red value is 19 (7.81% from 255 or 23.75% from 80); Green value is 24 (9.77% from 255 or 30% from 80); Blue value is 37 (14.84% from 255 or 46.25% from 80); Max value from RGB is 37 - color contains mainly: blue. Hex color #131825 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #131825 is #ECE7DA. Grayscale: #171717. Windows color (decimal): -15525851 or 2430995. OLE color: 2430995.

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

Color convert

RGB192437-
CMYK0.490.3500.85
HSL223.33º32.14%10.98%-
HSV(B)223.33º48.65%14.51%-
XYZ0.930.931.88-
YUV23.99135.34124.44-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 23.75%
GREEN value IS 24 (9.77% from 255) = 30%
BLUE value IS 37 (14.84% from 255) = 46.25%
R=23.75%
G=30%
B=46.25%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal1924370.490.3500.85223.3332.1410.98
Hex1318253123055df20b
Octal233045614301253374013
Binary100111100010010111000110001101010101110111111000001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #131825

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #131825; }

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

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

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

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

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

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

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

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