Html Css Color HEX #382123 Aubergine

📋 copy color: '#382123'

red 56 ◦ green 33 ◦ blue 35

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

Shades of Aubergine #382123

Tints of Aubergine #382123

RGB

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

 GREEN value IS 33 (13.28% from 255) = 26.61%

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

R = 45.16%
G = 26.61%
B = 28.23%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.37

 K value IS 0.78

RGB Variations

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

Color information

#382123 (or 0x382123) is known color: Aubergine. HEX triplet: 38, 21 and 23. RGB value is (56,33,35). Sum of RGB (Red+Green+Blue) = 56+33+35=124 (16% of max value = 765). Red value is 56 (22.27% from 255 or 45.16% from 124); Green value is 33 (13.28% from 255 or 26.61% from 124); Blue value is 35 (14.06% from 255 or 28.23% from 124); Max value from RGB is 56 - color contains mainly: red. Hex color #382123 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #382123 is #C7DEDC. Grayscale: #282828. Windows color (decimal): -13098717 or 2302264. OLE color: 2302264.

HSL color Cylindrical-coordinate representation of color #382123: hue angle of 354.78º degrees, saturation: 0.26, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #382123 is Cyan = 0, Magento = 0.41, Yellow = 0.37 and Black (K on CMYK) = 0.78.

Color convert

RGB 56 33 35 -
CMYK 0 0.41 0.37 0.78
HSL 354.78º 0.26% 0.17% -
HSV(B) 354.78º 0.41% 0.22% -
XYZ 2.48 2.05 1.86 -
YUV 40.11 125.12 139.34 -
System Red Green Blue C M Y K H S L
Decimal 56 33 35 0 0.41 0.37 0.78 354.78 0.26 0.17
Hex 38 21 23 0 29 25 4E 163 1A 11
Octal 70 41 43 0 51 45 116 543 32 21
Binary 111000 100001 100011 0 101001 100101 1001110 101100011 11010 10001

Color Harmonies of #382123

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #382123

Black with #382123

Text Example


Text Example

White with #382123

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #382123; }

 p { color: rgb(56,33,35); }

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

background-color css

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

 a { background-color: rgb(56,33,35); }

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

border-color css

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

 span { border-color: rgb(56,33,35); }

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