Html Css Color HEX #301F25 Aubergine

📋 copy color: '#301F25'

red 48 ◦ green 31 ◦ blue 37

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

Shades of Aubergine #301F25

Tints of Aubergine #301F25

RGB

 RED value IS 48 (19.14% from 255) = 41.38%

 GREEN value IS 31 (12.5% from 255) = 26.72%

 BLUE value IS 37 (14.84% from 255) = 31.9%

R = 41.38%
G = 26.72%
B = 31.9%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.23

 K value IS 0.81

RGB Variations

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

Color information

#301F25 (or 0x301F25) is known color: Aubergine. HEX triplet: 30, 1F and 25. RGB value is (48,31,37). Sum of RGB (Red+Green+Blue) = 48+31+37=116 (15% of max value = 765). Red value is 48 (19.14% from 255 or 41.38% from 116); Green value is 31 (12.5% from 255 or 26.72% from 116); Blue value is 37 (14.84% from 255 or 31.90% from 116); Max value from RGB is 48 - color contains mainly: red. Hex color #301F25 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #301F25 is #CFE0DA. Grayscale: #242424. Windows color (decimal): -13623515 or 2432816. OLE color: 2432816.

HSL color Cylindrical-coordinate representation of color #301F25: hue angle of 338.82º degrees, saturation: 0.22, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #301F25 is Cyan = 0, Magento = 0.35, Yellow = 0.23 and Black (K on CMYK) = 0.81.

Color convert

RGB 48 31 37 -
CMYK 0 0.35 0.23 0.81
HSL 338.82º 0.22% 0.15% -
HSV(B) 338.82º 0.35% 0.19% -
XYZ 2.04 1.74 1.98 -
YUV 36.77 128.13 136.01 -
System Red Green Blue C M Y K H S L
Decimal 48 31 37 0 0.35 0.23 0.81 338.82 0.22 0.15
Hex 30 1F 25 0 23 17 51 153 16 F
Octal 60 37 45 0 43 27 121 523 26 17
Binary 110000 11111 100101 0 100011 10111 1010001 101010011 10110 1111

Color Harmonies of #301F25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #301F25

Black with #301F25

Text Example


Text Example

White with #301F25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #301F25; }

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

 H1.HeaderClassName
 {
   color: #301F25;
 }
 .AnyTagClassName
 {
   color: #301F25;
 }
</style>

background-color css

<style>
 a { background-color: #301F25; }

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

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

border-color css

<style>
 span { border-color: #301F25; }

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

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