#25181E

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

Shades of Toledo #25181E

Tints of Toledo #25181E

Color information

#25181E (or 0x25181E) is unknown color: approx Toledo. HEX triplet: 25, 18 and 1E. RGB value is (37,24,30). Sum of RGB (Red+Green+Blue) = 37+24+30=91 (12% of max value = 765). Red value is 37 (14.84% from 255 or 40.66% from 91); Green value is 24 (9.77% from 255 or 26.37% from 91); Blue value is 30 (12.11% from 255 or 32.97% from 91); Max value from RGB is 37 - color contains mainly: red. Hex color #25181E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #25181E is #DAE7E1. Grayscale: #1C1C1C. Windows color (decimal): -14346210 or 1972261. OLE color: 1972261.

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

Color convert

RGB372430-
CMYK00.350.190.85
HSL332.31º21.31%11.96%-
HSV(B)332.31º35.14%14.51%-
XYZ1.321.141.38-
YUV28.57128.81134.01-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 40.66%
GREEN value IS 24 (9.77% from 255) = 26.37%
BLUE value IS 30 (12.11% from 255) = 32.97%
R=40.66%
G=26.37%
B=32.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.19
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal37243000.350.190.85332.3121.3111.96
Hex25181E023135514c15c
Octal453036043231255142514
Binary10010111000111100100011100111010101101001100101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25181E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #25181E; }

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

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

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

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

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

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

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

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