Html Css Color HEX #251C1F Aubergine

📋 copy color: '#251C1F'

red 37 ◦ green 28 ◦ blue 31

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

Shades of Aubergine #251C1F

Tints of Aubergine #251C1F

RGB

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

 GREEN value IS 28 (11.33% from 255) = 29.17%

 BLUE value IS 31 (12.5% from 255) = 32.29%

R = 38.54%
G = 29.17%
B = 32.29%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.16

 K value IS 0.85

RGB Variations

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

Color information

#251C1F (or 0x251C1F) is known color: Aubergine. HEX triplet: 25, 1C and 1F. RGB value is (37,28,31). Sum of RGB (Red+Green+Blue) = 37+28+31=96 (12% of max value = 765). Red value is 37 (14.84% from 255 or 38.54% from 96); Green value is 28 (11.33% from 255 or 29.17% from 96); Blue value is 31 (12.5% from 255 or 32.29% from 96); Max value from RGB is 37 - color contains mainly: red. Hex color #251C1F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #251C1F is #DAE3E0. Grayscale: #1F1F1F. Windows color (decimal): -14345185 or 2038821. OLE color: 2038821.

HSL color Cylindrical-coordinate representation of color #251C1F: hue angle of 340º degrees, saturation: 0.14, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #251C1F is Cyan = 0, Magento = 0.24, Yellow = 0.16 and Black (K on CMYK) = 0.85.

Color convert

RGB 37 28 31 -
CMYK 0 0.24 0.16 0.85
HSL 340º 0.14% 0.13% -
HSV(B) 340º 0.24% 0.15% -
XYZ 1.43 1.32 1.48 -
YUV 31.03 127.98 132.26 -
System Red Green Blue C M Y K H S L
Decimal 37 28 31 0 0.24 0.16 0.85 340 0.14 0.13
Hex 25 1C 1F 0 18 10 55 154 E D
Octal 45 34 37 0 30 20 125 524 16 15
Binary 100101 11100 11111 0 11000 10000 1010101 101010100 1110 1101

Color Harmonies of #251C1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #251C1F

Black with #251C1F

Text Example


Text Example

White with #251C1F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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