Html Css Color HEX #382223 Aubergine

📋 copy color: '#382223'

red 56 ◦ green 34 ◦ blue 35

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

Shades of Aubergine #382223

Tints of Aubergine #382223

RGB

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

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

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

R = 44.8%
G = 27.2%
B = 28%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.37

 K value IS 0.78

RGB Variations

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

Color information

#382223 (or 0x382223) is known color: Aubergine. HEX triplet: 38, 22 and 23. RGB value is (56,34,35). Sum of RGB (Red+Green+Blue) = 56+34+35=125 (16% of max value = 765). Red value is 56 (22.27% from 255 or 44.8% from 125); Green value is 34 (13.67% from 255 or 27.2% from 125); Blue value is 35 (14.06% from 255 or 28% from 125); Max value from RGB is 56 - color contains mainly: red. Hex color #382223 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #382223 is #C7DDDC. Grayscale: #282828. Windows color (decimal): -13098461 or 2302520. OLE color: 2302520.

HSL color Cylindrical-coordinate representation of color #382223: hue angle of 357.27º 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 #382223 is Cyan = 0, Magento = 0.39, Yellow = 0.37 and Black (K on CMYK) = 0.78.

Color convert

RGB 56 34 35 -
CMYK 0 0.39 0.37 0.78
HSL 357.27º 0.24% 0.18% -
HSV(B) 357.27º 0.39% 0.22% -
XYZ 2.51 2.11 1.86 -
YUV 40.69 124.79 138.92 -
System Red Green Blue C M Y K H S L
Decimal 56 34 35 0 0.39 0.37 0.78 357.27 0.24 0.18
Hex 38 22 23 0 27 25 4E 165 18 12
Octal 70 42 43 0 47 45 116 545 30 22
Binary 111000 100010 100011 0 100111 100101 1001110 101100101 11000 10010

Color Harmonies of #382223

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #382223

Black with #382223

Text Example


Text Example

White with #382223

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #382223; }

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

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

background-color css

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

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

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

border-color css

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

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

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