#25191F

Color #25191F Toledo (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Toledo #25191F

Tints of Toledo #25191F

Color information

#25191F (or 0x25191F) is unknown color: approx Toledo. HEX triplet: 25, 19 and 1F. RGB value is (37,25,31). Sum of RGB (Red+Green+Blue) = 37+25+31=93 (12% of max value = 765). Red value is 37 (14.84% from 255 or 39.78% from 93); Green value is 25 (10.16% from 255 or 26.88% from 93); Blue value is 31 (12.5% from 255 or 33.33% from 93); Max value from RGB is 37 - color contains mainly: red. Hex color #25191F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #25191F is #DAE6E0. Grayscale: #1D1D1D. Windows color (decimal): -14345953 or 2038053. OLE color: 2038053.

HSL color Cylindrical-coordinate representation of color #25191F: hue angle of 330º degrees, saturation: 0.19, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #25191F is Cyan = 0, Magento = 0.32, Yellow = 0.16 and Black (K on CMYK) = 0.85.

Color convert

RGB372531-
CMYK00.320.160.85
HSL330º19.35%12.16%-
HSV(B)330º32.43%14.51%-
XYZ1.361.191.45-
YUV29.27128.98133.51-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 39.78%
GREEN value IS 25 (10.16% from 255) = 26.88%
BLUE value IS 31 (12.5% from 255) = 33.33%
R=39.78%
G=26.88%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.16
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal37253100.320.160.8533019.3512.16
Hex25191F020105514a13c
Octal453137040201255122314
Binary10010111001111110100000100001010101101001010100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25191F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #25191F; }

 p { color: rgb(37,25,31); }

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

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

 a { background-color: rgb(37,25,31); }

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

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

 span { border-color: rgb(37,25,31); }

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