Html Css Color HEX #38252A Aubergine

📋 copy color: '#38252A'

red 56 ◦ green 37 ◦ blue 42

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

Shades of Aubergine #38252A

Tints of Aubergine #38252A

RGB

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

 GREEN value IS 37 (14.84% from 255) = 27.41%

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

R = 41.48%
G = 27.41%
B = 31.11%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.25

 K value IS 0.78

RGB Variations

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

Color information

#38252A (or 0x38252A) is known color: Aubergine. HEX triplet: 38, 25 and 2A. RGB value is (56,37,42). Sum of RGB (Red+Green+Blue) = 56+37+42=135 (17% of max value = 765). Red value is 56 (22.27% from 255 or 41.48% from 135); Green value is 37 (14.84% from 255 or 27.41% from 135); Blue value is 42 (16.80% from 255 or 31.11% from 135); Max value from RGB is 56 - color contains mainly: red. Hex color #38252A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #38252A is #C7DAD5. Grayscale: #2B2B2B. Windows color (decimal): -13097686 or 2762040. OLE color: 2762040.

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

Color convert

RGB 56 37 42 -
CMYK 0 0.34 0.25 0.78
HSL 344.21º 0.2% 0.18% -
HSV(B) 344.21º 0.34% 0.22% -
XYZ 2.71 2.33 2.5 -
YUV 43.25 127.29 137.09 -
System Red Green Blue C M Y K H S L
Decimal 56 37 42 0 0.34 0.25 0.78 344.21 0.2 0.18
Hex 38 25 2A 0 22 19 4E 158 14 12
Octal 70 45 52 0 42 31 116 530 24 22
Binary 111000 100101 101010 0 100010 11001 1001110 101011000 10100 10010

Color Harmonies of #38252A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38252A

Black with #38252A

Text Example


Text Example

White with #38252A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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