Html Css Color HEX #25191E Aubergine

📋 copy color: '#25191E'

red 37 ◦ green 25 ◦ blue 30

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

Shades of Aubergine #25191E

Tints of Aubergine #25191E

RGB

 RED value IS 37 (14.84% from 255) = 40.22%

 GREEN value IS 25 (10.16% from 255) = 27.17%

 BLUE value IS 30 (12.11% from 255) = 32.61%

R = 40.22%
G = 27.17%
B = 32.61%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.19

 K value IS 0.85

RGB Variations

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

Color information

#25191E (or 0x25191E) is known color: Aubergine. HEX triplet: 25, 19 and 1E. RGB value is (37,25,30). Sum of RGB (Red+Green+Blue) = 37+25+30=92 (12% of max value = 765). Red value is 37 (14.84% from 255 or 40.22% from 92); Green value is 25 (10.16% from 255 or 27.17% from 92); Blue value is 30 (12.11% from 255 or 32.61% from 92); Max value from RGB is 37 - color contains mainly: red. Hex color #25191E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #25191E is #DAE6E1. Grayscale: #1D1D1D. Windows color (decimal): -14345954 or 1972517. OLE color: 1972517.

HSL color Cylindrical-coordinate representation of color #25191E: hue angle of 335º 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 #25191E is Cyan = 0, Magento = 0.32, Yellow = 0.19 and Black (K on CMYK) = 0.85.

Color convert

RGB 37 25 30 -
CMYK 0 0.32 0.19 0.85
HSL 335º 0.19% 0.12% -
HSV(B) 335º 0.32% 0.15% -
XYZ 1.34 1.18 1.39 -
YUV 29.16 128.48 133.59 -
System Red Green Blue C M Y K H S L
Decimal 37 25 30 0 0.32 0.19 0.85 335 0.19 0.12
Hex 25 19 1E 0 20 13 55 14F 13 C
Octal 45 31 36 0 40 23 125 517 23 14
Binary 100101 11001 11110 0 100000 10011 1010101 101001111 10011 1100

Color Harmonies of #25191E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25191E

Black with #25191E

Text Example


Text Example

White with #25191E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #25191E;
 }
 .AnyTagClassName
 {
   color: #25191E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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