Html Css Color HEX #383133 Aubergine

📋 copy color: '#383133'

red 56 ◦ green 49 ◦ blue 51

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

Shades of Aubergine #383133

Tints of Aubergine #383133

RGB

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

 GREEN value IS 49 (19.53% from 255) = 31.41%

 BLUE value IS 51 (20.31% from 255) = 32.69%

R = 35.9%
G = 31.41%
B = 32.69%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.09

 K value IS 0.78

RGB Variations

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

Color information

#383133 (or 0x383133) is known color: Aubergine. HEX triplet: 38, 31 and 33. RGB value is (56,49,51). Sum of RGB (Red+Green+Blue) = 56+49+51=156 (20% of max value = 765). Red value is 56 (22.27% from 255 or 35.90% from 156); Green value is 49 (19.53% from 255 or 31.41% from 156); Blue value is 51 (20.31% from 255 or 32.69% from 156); Max value from RGB is 56 - color contains mainly: red. Hex color #383133 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #383133 is #C7CECC. Grayscale: #333333. Windows color (decimal): -13094605 or 3354936. OLE color: 3354936.

HSL color Cylindrical-coordinate representation of color #383133: hue angle of 342.86º degrees, saturation: 0.07, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #383133 is Cyan = 0, Magento = 0.12, Yellow = 0.09 and Black (K on CMYK) = 0.78.

Color convert

RGB 56 49 51 -
CMYK 0 0.12 0.09 0.78
HSL 342.86º 0.07% 0.21% -
HSV(B) 342.86º 0.13% 0.22% -
XYZ 3.33 3.28 3.59 -
YUV 51.32 127.82 131.34 -
System Red Green Blue C M Y K H S L
Decimal 56 49 51 0 0.12 0.09 0.78 342.86 0.07 0.21
Hex 38 31 33 0 C 9 4E 157 7 15
Octal 70 61 63 0 14 11 116 527 7 25
Binary 111000 110001 110011 0 1100 1001 1001110 101010111 111 10101

Color Harmonies of #383133

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #383133

Black with #383133

Text Example


Text Example

White with #383133

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #383133; }

 p { color: rgb(56,49,51); }

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

background-color css

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

 a { background-color: rgb(56,49,51); }

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

border-color css

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

 span { border-color: rgb(56,49,51); }

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