Html Css Color HEX #25191F Toledo

📋 copy color: '#25191F'

red 37 ◦ green 25 ◦ blue 31

#25191F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Toledo #25191F

Tints of Toledo #25191F

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 value IS 0

 M value IS 0.32

 Y value IS 0.16

 K value IS 0.85

RGB Variations

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

Color information

#25191F (or 0x25191F) is known color: 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

RGB 37 25 31 -
CMYK 0 0.32 0.16 0.85
HSL 330º 0.19% 0.12% -
HSV(B) 330º 0.32% 0.15% -
XYZ 1.36 1.19 1.45 -
YUV 29.27 128.98 133.51 -
System Red Green Blue C M Y K H S L
Decimal 37 25 31 0 0.32 0.16 0.85 330 0.19 0.12
Hex 25 19 1F 0 20 10 55 14A 13 C
Octal 45 31 37 0 40 20 125 512 23 14
Binary 100101 11001 11111 0 100000 10000 1010101 101001010 10011 1100

Color Harmonies of #25191F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25191F

Black with #25191F

Text Example


Text Example

White with #25191F

Text Example


Text Example

HTML Codes & Css Web 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>