Html Css Color HEX #38262A Aubergine

📋 copy color: '#38262A'

red 56 ◦ green 38 ◦ blue 42

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

Shades of Aubergine #38262A

Tints of Aubergine #38262A

RGB

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

 GREEN value IS 38 (15.23% from 255) = 27.94%

 BLUE value IS 42 (16.8% from 255) = 30.88%

R = 41.18%
G = 27.94%
B = 30.88%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.25

 K value IS 0.78

RGB Variations

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

Color information

#38262A (or 0x38262A) is known color: Aubergine. HEX triplet: 38, 26 and 2A. RGB value is (56,38,42). Sum of RGB (Red+Green+Blue) = 56+38+42=136 (18% of max value = 765). Red value is 56 (22.27% from 255 or 41.18% from 136); Green value is 38 (15.23% from 255 or 27.94% from 136); Blue value is 42 (16.80% from 255 or 30.88% from 136); Max value from RGB is 56 - color contains mainly: red. Hex color #38262A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #38262A is #C7D9D5. Grayscale: #2B2B2B. Windows color (decimal): -13097430 or 2762296. OLE color: 2762296.

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

Color convert

RGB 56 38 42 -
CMYK 0 0.32 0.25 0.78
HSL 346.67º 0.19% 0.18% -
HSV(B) 346.67º 0.32% 0.22% -
XYZ 2.74 2.39 2.51 -
YUV 43.84 126.96 136.67 -
System Red Green Blue C M Y K H S L
Decimal 56 38 42 0 0.32 0.25 0.78 346.67 0.19 0.18
Hex 38 26 2A 0 20 19 4E 15B 13 12
Octal 70 46 52 0 40 31 116 533 23 22
Binary 111000 100110 101010 0 100000 11001 1001110 101011011 10011 10010

Color Harmonies of #38262A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38262A

Black with #38262A

Text Example


Text Example

White with #38262A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #38262A; }

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

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

background-color css

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

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

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

border-color css

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

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

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