Html Css Color HEX #1F1318 Aubergine

📋 copy color: '#1F1318'

red 31 ◦ green 19 ◦ blue 24

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

Shades of Aubergine #1F1318

Tints of Aubergine #1F1318

RGB

 RED value IS 31 (12.5% from 255) = 41.89%

 GREEN value IS 19 (7.81% from 255) = 25.68%

 BLUE value IS 24 (9.77% from 255) = 32.43%

R = 41.89%
G = 25.68%
B = 32.43%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.23

 K value IS 0.88

RGB Variations

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

Color information

#1F1318 (or 0x1F1318) is known color: Aubergine. HEX triplet: 1F, 13 and 18. RGB value is (31,19,24). Sum of RGB (Red+Green+Blue) = 31+19+24=74 (9% of max value = 765). Red value is 31 (12.5% from 255 or 41.89% from 74); Green value is 19 (7.81% from 255 or 25.68% from 74); Blue value is 24 (9.77% from 255 or 32.43% from 74); Max value from RGB is 31 - color contains mainly: red. Hex color #1F1318 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1F1318 is #E0ECE7. Grayscale: #171717. Windows color (decimal): -14740712 or 1577759. OLE color: 1577759.

HSL color Cylindrical-coordinate representation of color #1F1318: hue angle of 335º degrees, saturation: 0.24, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #1F1318 is Cyan = 0, Magento = 0.39, Yellow = 0.23 and Black (K on CMYK) = 0.88.

Color convert

RGB 31 19 24 -
CMYK 0 0.39 0.23 0.88
HSL 335º 0.24% 0.1% -
HSV(B) 335º 0.39% 0.12% -
XYZ 0.96 0.82 0.97 -
YUV 23.16 128.48 133.59 -
System Red Green Blue C M Y K H S L
Decimal 31 19 24 0 0.39 0.23 0.88 335 0.24 0.1
Hex 1F 13 18 0 27 17 58 14F 18 A
Octal 37 23 30 0 47 27 130 517 30 12
Binary 11111 10011 11000 0 100111 10111 1011000 101001111 11000 1010

Color Harmonies of #1F1318

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F1318

Black with #1F1318

Text Example


Text Example

White with #1F1318

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1F1318; }

 p { color: rgb(31,19,24); }

 H1.HeaderClassName
 {
   color: #1F1318;
 }
 .AnyTagClassName
 {
   color: #1F1318;
 }
</style>

background-color css

<style>
 a { background-color: #1F1318; }

 a { background-color: rgb(31,19,24); }

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

border-color css

<style>
 span { border-color: #1F1318; }

 span { border-color: rgb(31,19,24); }

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