Html Css Color HEX #302327 Aubergine

📋 copy color: '#302327'

red 48 ◦ green 35 ◦ blue 39

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

Shades of Aubergine #302327

Tints of Aubergine #302327

RGB

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

 GREEN value IS 35 (14.06% from 255) = 28.69%

 BLUE value IS 39 (15.63% from 255) = 31.97%

R = 39.34%
G = 28.69%
B = 31.97%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.19

 K value IS 0.81

RGB Variations

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

Color information

#302327 (or 0x302327) is known color: Aubergine. HEX triplet: 30, 23 and 27. RGB value is (48,35,39). Sum of RGB (Red+Green+Blue) = 48+35+39=122 (16% of max value = 765). Red value is 48 (19.14% from 255 or 39.34% from 122); Green value is 35 (14.06% from 255 or 28.69% from 122); Blue value is 39 (15.62% from 255 or 31.97% from 122); Max value from RGB is 48 - color contains mainly: red. Hex color #302327 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #302327 is #CFDCD8. Grayscale: #272727. Windows color (decimal): -13622489 or 2564912. OLE color: 2564912.

HSL color Cylindrical-coordinate representation of color #302327: hue angle of 341.54º degrees, saturation: 0.16, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #302327 is Cyan = 0, Magento = 0.27, Yellow = 0.19 and Black (K on CMYK) = 0.81.

Color convert

RGB 48 35 39 -
CMYK 0 0.27 0.19 0.81
HSL 341.54º 0.16% 0.16% -
HSV(B) 341.54º 0.27% 0.19% -
XYZ 2.19 1.98 2.19 -
YUV 39.34 127.81 134.17 -
System Red Green Blue C M Y K H S L
Decimal 48 35 39 0 0.27 0.19 0.81 341.54 0.16 0.16
Hex 30 23 27 0 1B 13 51 156 10 10
Octal 60 43 47 0 33 23 121 526 20 20
Binary 110000 100011 100111 0 11011 10011 1010001 101010110 10000 10000

Color Harmonies of #302327

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #302327

Black with #302327

Text Example


Text Example

White with #302327

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #302327; }

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

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

background-color css

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

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

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

border-color css

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

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

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