Html Css Color HEX #251A1E Aubergine

📋 copy color: '#251A1E'

red 37 ◦ green 26 ◦ blue 30

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

Shades of Aubergine #251A1E

Tints of Aubergine #251A1E

RGB

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

 GREEN value IS 26 (10.55% from 255) = 27.96%

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

R = 39.78%
G = 27.96%
B = 32.26%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.19

 K value IS 0.85

RGB Variations

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

Color information

#251A1E (or 0x251A1E) is known color: Aubergine. HEX triplet: 25, 1A and 1E. RGB value is (37,26,30). Sum of RGB (Red+Green+Blue) = 37+26+30=93 (12% of max value = 765). Red value is 37 (14.84% from 255 or 39.78% from 93); Green value is 26 (10.55% from 255 or 27.96% from 93); Blue value is 30 (12.11% from 255 or 32.26% from 93); Max value from RGB is 37 - color contains mainly: red. Hex color #251A1E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #251A1E is #DAE5E1. Grayscale: #1D1D1D. Windows color (decimal): -14345698 or 1972773. OLE color: 1972773.

HSL color Cylindrical-coordinate representation of color #251A1E: hue angle of 338.18º degrees, saturation: 0.17, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #251A1E is Cyan = 0, Magento = 0.30, Yellow = 0.19 and Black (K on CMYK) = 0.85.

Color convert

RGB 37 26 30 -
CMYK 0 0.30 0.19 0.85
HSL 338.18º 0.17% 0.12% -
HSV(B) 338.18º 0.3% 0.15% -
XYZ 1.37 1.23 1.39 -
YUV 29.75 128.14 133.17 -
System Red Green Blue C M Y K H S L
Decimal 37 26 30 0 0.30 0.19 0.85 338.18 0.17 0.12
Hex 25 1A 1E 0 1E 13 55 152 11 C
Octal 45 32 36 0 36 23 125 522 21 14
Binary 100101 11010 11110 0 11110 10011 1010101 101010010 10001 1100

Color Harmonies of #251A1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #251A1E

Black with #251A1E

Text Example


Text Example

White with #251A1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #251A1E; }

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

 H1.HeaderClassName
 {
   color: #251A1E;
 }
 .AnyTagClassName
 {
   color: #251A1E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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