Html Css Color HEX #382426 Aubergine

📋 copy color: '#382426'

red 56 ◦ green 36 ◦ blue 38

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

Shades of Aubergine #382426

Tints of Aubergine #382426

RGB

 RED value IS 56 (22.27% from 255) = 43.08%

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

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

R = 43.08%
G = 27.69%
B = 29.23%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.32

 K value IS 0.78

RGB Variations

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

Color information

#382426 (or 0x382426) is known color: Aubergine. HEX triplet: 38, 24 and 26. RGB value is (56,36,38). Sum of RGB (Red+Green+Blue) = 56+36+38=130 (17% of max value = 765). Red value is 56 (22.27% from 255 or 43.08% from 130); Green value is 36 (14.45% from 255 or 27.69% from 130); Blue value is 38 (15.23% from 255 or 29.23% from 130); Max value from RGB is 56 - color contains mainly: red. Hex color #382426 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #382426 is #C7DBD9. Grayscale: #2A2A2A. Windows color (decimal): -13097946 or 2499640. OLE color: 2499640.

HSL color Cylindrical-coordinate representation of color #382426: hue angle of 354º degrees, saturation: 0.22, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #382426 is Cyan = 0, Magento = 0.36, Yellow = 0.32 and Black (K on CMYK) = 0.78.

Color convert

RGB 56 36 38 -
CMYK 0 0.36 0.32 0.78
HSL 354º 0.22% 0.18% -
HSV(B) 354º 0.36% 0.22% -
XYZ 2.61 2.24 2.13 -
YUV 42.21 125.63 137.84 -
System Red Green Blue C M Y K H S L
Decimal 56 36 38 0 0.36 0.32 0.78 354 0.22 0.18
Hex 38 24 26 0 24 20 4E 162 16 12
Octal 70 44 46 0 44 40 116 542 26 22
Binary 111000 100100 100110 0 100100 100000 1001110 101100010 10110 10010

Color Harmonies of #382426

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #382426

Black with #382426

Text Example


Text Example

White with #382426

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #382426; }

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

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

background-color css

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

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

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

border-color css

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

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

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