#131725

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

Shades of Black Russian #131725

Tints of Black Russian #131725

Color information

#131725 (or 0x131725) is unknown color: approx Black Russian. HEX triplet: 13, 17 and 25. RGB value is (19,23,37). Sum of RGB (Red+Green+Blue) = 19+23+37=79 (10% of max value = 765). Red value is 19 (7.81% from 255 or 24.05% from 79); Green value is 23 (9.38% from 255 or 29.11% from 79); Blue value is 37 (14.84% from 255 or 46.84% from 79); Max value from RGB is 37 - color contains mainly: blue. Hex color #131725 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #131725 is #ECE8DA. Grayscale: #171717. Windows color (decimal): -15526107 or 2430739. OLE color: 2430739.

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

Color convert

RGB192337-
CMYK0.490.3800.85
HSL226.67º32.14%10.98%-
HSV(B)226.67º48.65%14.51%-
XYZ0.910.881.87-
YUV23.4135.67124.86-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 24.05%
GREEN value IS 23 (9.38% from 255) = 29.11%
BLUE value IS 37 (14.84% from 255) = 46.84%
R=24.05%
G=29.11%
B=46.84%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal1923370.490.3800.85226.6732.1410.98
Hex1317253126055e320b
Octal232745614601253434013
Binary100111011110010111000110011001010101111000111000001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #131725

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #131725; }

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

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

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

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

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

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

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

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