Html Css Color HEX #271D21 Aubergine

📋 copy color: '#271D21'

red 39 ◦ green 29 ◦ blue 33

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

Shades of Aubergine #271D21

Tints of Aubergine #271D21

RGB

 RED value IS 39 (15.63% from 255) = 38.61%

 GREEN value IS 29 (11.72% from 255) = 28.71%

 BLUE value IS 33 (13.28% from 255) = 32.67%

R = 38.61%
G = 28.71%
B = 32.67%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.15

 K value IS 0.85

RGB Variations

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

Color information

#271D21 (or 0x271D21) is known color: Aubergine. HEX triplet: 27, 1D and 21. RGB value is (39,29,33). Sum of RGB (Red+Green+Blue) = 39+29+33=101 (13% of max value = 765). Red value is 39 (15.62% from 255 or 38.61% from 101); Green value is 29 (11.72% from 255 or 28.71% from 101); Blue value is 33 (13.28% from 255 or 32.67% from 101); Max value from RGB is 39 - color contains mainly: red. Hex color #271D21 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #271D21 is #D8E2DE. Grayscale: #202020. Windows color (decimal): -14213855 or 2170151. OLE color: 2170151.

HSL color Cylindrical-coordinate representation of color #271D21: hue angle of 336º degrees, saturation: 0.15, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #271D21 is Cyan = 0, Magento = 0.26, Yellow = 0.15 and Black (K on CMYK) = 0.85.

Color convert

RGB 39 29 33 -
CMYK 0 0.26 0.15 0.85
HSL 336º 0.15% 0.13% -
HSV(B) 336º 0.26% 0.15% -
XYZ 1.55 1.42 1.63 -
YUV 32.45 128.31 132.67 -
System Red Green Blue C M Y K H S L
Decimal 39 29 33 0 0.26 0.15 0.85 336 0.15 0.13
Hex 27 1D 21 0 1A F 55 150 F D
Octal 47 35 41 0 32 17 125 520 17 15
Binary 100111 11101 100001 0 11010 1111 1010101 101010000 1111 1101

Color Harmonies of #271D21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #271D21

Black with #271D21

Text Example


Text Example

White with #271D21

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #271D21; }

 p { color: rgb(39,29,33); }

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

background-color css

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

 a { background-color: rgb(39,29,33); }

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

border-color css

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

 span { border-color: rgb(39,29,33); }

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