Html Css Color HEX #302426 Aubergine

📋 copy color: '#302426'

red 48 ◦ green 36 ◦ blue 38

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

Shades of Aubergine #302426

Tints of Aubergine #302426

RGB

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

 GREEN value IS 36 (14.45% from 255) = 29.51%

 BLUE value IS 38 (15.23% from 255) = 31.15%

R = 39.34%
G = 29.51%
B = 31.15%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.21

 K value IS 0.81

RGB Variations

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

Color information

#302426 (or 0x302426) is known color: Aubergine. HEX triplet: 30, 24 and 26. RGB value is (48,36,38). Sum of RGB (Red+Green+Blue) = 48+36+38=122 (16% of max value = 765). Red value is 48 (19.14% from 255 or 39.34% from 122); Green value is 36 (14.45% from 255 or 29.51% from 122); Blue value is 38 (15.23% from 255 or 31.15% from 122); Max value from RGB is 48 - color contains mainly: red. Hex color #302426 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #302426 is #CFDBD9. Grayscale: #272727. Windows color (decimal): -13622234 or 2499632. OLE color: 2499632.

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

Color convert

RGB 48 36 38 -
CMYK 0 0.25 0.21 0.81
HSL 350º 0.14% 0.16% -
HSV(B) 350º 0.25% 0.19% -
XYZ 2.2 2.03 2.11 -
YUV 39.82 126.98 133.84 -
System Red Green Blue C M Y K H S L
Decimal 48 36 38 0 0.25 0.21 0.81 350 0.14 0.16
Hex 30 24 26 0 19 15 51 15E E 10
Octal 60 44 46 0 31 25 121 536 16 20
Binary 110000 100100 100110 0 11001 10101 1010001 101011110 1110 10000

Color Harmonies of #302426

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #302426

Black with #302426

Text Example


Text Example

White with #302426

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #302426; }

 p { color: rgb(48,36,38); }

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

background-color css

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

 a { background-color: rgb(48,36,38); }

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

border-color css

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

 span { border-color: rgb(48,36,38); }

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