Html Css Color HEX #272021 Aubergine

📋 copy color: '#272021'

red 39 ◦ green 32 ◦ blue 33

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

Shades of Aubergine #272021

Tints of Aubergine #272021

RGB

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

 GREEN value IS 32 (12.89% from 255) = 30.77%

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

R = 37.5%
G = 30.77%
B = 31.73%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.15

 K value IS 0.85

RGB Variations

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

Color information

#272021 (or 0x272021) is known color: Aubergine. HEX triplet: 27, 20 and 21. RGB value is (39,32,33). Sum of RGB (Red+Green+Blue) = 39+32+33=104 (13% of max value = 765). Red value is 39 (15.62% from 255 or 37.5% from 104); Green value is 32 (12.89% from 255 or 30.77% from 104); Blue value is 33 (13.28% from 255 or 31.73% from 104); Max value from RGB is 39 - color contains mainly: red. Hex color #272021 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #272021 is #D8DFDE. Grayscale: #222222. Windows color (decimal): -14213087 or 2170919. OLE color: 2170919.

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

Color convert

RGB 39 32 33 -
CMYK 0 0.18 0.15 0.85
HSL 351.43º 0.1% 0.14% -
HSV(B) 351.43º 0.18% 0.15% -
XYZ 1.63 1.57 1.66 -
YUV 34.21 127.32 131.42 -
System Red Green Blue C M Y K H S L
Decimal 39 32 33 0 0.18 0.15 0.85 351.43 0.1 0.14
Hex 27 20 21 0 12 F 55 15F A E
Octal 47 40 41 0 22 17 125 537 12 16
Binary 100111 100000 100001 0 10010 1111 1010101 101011111 1010 1110

Color Harmonies of #272021

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #272021

Black with #272021

Text Example


Text Example

White with #272021

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #272021; }

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

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

background-color css

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

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

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

border-color css

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

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

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