Html Css Color HEX #382226 Aubergine

📋 copy color: '#382226'

red 56 ◦ green 34 ◦ blue 38

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

Shades of Aubergine #382226

Tints of Aubergine #382226

RGB

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

 GREEN value IS 34 (13.67% from 255) = 26.56%

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

R = 43.75%
G = 26.56%
B = 29.69%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.32

 K value IS 0.78

RGB Variations

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

Color information

#382226 (or 0x382226) is known color: Aubergine. HEX triplet: 38, 22 and 26. RGB value is (56,34,38). Sum of RGB (Red+Green+Blue) = 56+34+38=128 (16% of max value = 765). Red value is 56 (22.27% from 255 or 43.75% from 128); Green value is 34 (13.67% from 255 or 26.56% from 128); Blue value is 38 (15.23% from 255 or 29.69% from 128); Max value from RGB is 56 - color contains mainly: red. Hex color #382226 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #382226 is #C7DDD9. Grayscale: #292929. Windows color (decimal): -13098458 or 2499128. OLE color: 2499128.

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

Color convert

RGB 56 34 38 -
CMYK 0 0.39 0.32 0.78
HSL 349.09º 0.24% 0.18% -
HSV(B) 349.09º 0.39% 0.22% -
XYZ 2.55 2.12 2.11 -
YUV 41.03 126.29 138.67 -
System Red Green Blue C M Y K H S L
Decimal 56 34 38 0 0.39 0.32 0.78 349.09 0.24 0.18
Hex 38 22 26 0 27 20 4E 15D 18 12
Octal 70 42 46 0 47 40 116 535 30 22
Binary 111000 100010 100110 0 100111 100000 1001110 101011101 11000 10010

Color Harmonies of #382226

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #382226

Black with #382226

Text Example


Text Example

White with #382226

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #382226; }

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

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

background-color css

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

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

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

border-color css

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

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

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