Html Css Color HEX #301F23 Aubergine

📋 copy color: '#301F23'

red 48 ◦ green 31 ◦ blue 35

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

Shades of Aubergine #301F23

Tints of Aubergine #301F23

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 30.7%

R = 42.11%
G = 27.19%
B = 30.7%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.27

 K value IS 0.81

RGB Variations

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

Color information

#301F23 (or 0x301F23) is known color: Aubergine. HEX triplet: 30, 1F and 23. RGB value is (48,31,35). Sum of RGB (Red+Green+Blue) = 48+31+35=114 (15% of max value = 765). Red value is 48 (19.14% from 255 or 42.11% from 114); Green value is 31 (12.5% from 255 or 27.19% from 114); Blue value is 35 (14.06% from 255 or 30.70% from 114); Max value from RGB is 48 - color contains mainly: red. Hex color #301F23 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #301F23 is #CFE0DC. Grayscale: #242424. Windows color (decimal): -13623517 or 2301744. OLE color: 2301744.

HSL color Cylindrical-coordinate representation of color #301F23: hue angle of 345.88º 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 #301F23 is Cyan = 0, Magento = 0.35, Yellow = 0.27 and Black (K on CMYK) = 0.81.

Color convert

RGB 48 31 35 -
CMYK 0 0.35 0.27 0.81
HSL 345.88º 0.22% 0.15% -
HSV(B) 345.88º 0.35% 0.19% -
XYZ 2.01 1.73 1.82 -
YUV 36.54 127.13 136.17 -
System Red Green Blue C M Y K H S L
Decimal 48 31 35 0 0.35 0.27 0.81 345.88 0.22 0.15
Hex 30 1F 23 0 23 1B 51 15A 16 F
Octal 60 37 43 0 43 33 121 532 26 17
Binary 110000 11111 100011 0 100011 11011 1010001 101011010 10110 1111

Color Harmonies of #301F23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #301F23

Black with #301F23

Text Example


Text Example

White with #301F23

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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