Html Css Color HEX #261E21 Aubergine

📋 copy color: '#261E21'

red 38 ◦ green 30 ◦ blue 33

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

Shades of Aubergine #261E21

Tints of Aubergine #261E21

RGB

 RED value IS 38 (15.23% from 255) = 37.62%

 GREEN value IS 30 (12.11% from 255) = 29.7%

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

R = 37.62%
G = 29.7%
B = 32.67%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.13

 K value IS 0.85

RGB Variations

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

Color information

#261E21 (or 0x261E21) is known color: Aubergine. HEX triplet: 26, 1E and 21. RGB value is (38,30,33). Sum of RGB (Red+Green+Blue) = 38+30+33=101 (13% of max value = 765). Red value is 38 (15.23% from 255 or 37.62% from 101); Green value is 30 (12.11% from 255 or 29.70% from 101); Blue value is 33 (13.28% from 255 or 32.67% from 101); Max value from RGB is 38 - color contains mainly: red. Hex color #261E21 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #261E21 is #D9E1DE. Grayscale: #202020. Windows color (decimal): -14279135 or 2170406. OLE color: 2170406.

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

Color convert

RGB 38 30 33 -
CMYK 0 0.21 0.13 0.85
HSL 337.5º 0.12% 0.13% -
HSV(B) 337.5º 0.21% 0.15% -
XYZ 1.54 1.45 1.64 -
YUV 32.73 128.15 131.76 -
System Red Green Blue C M Y K H S L
Decimal 38 30 33 0 0.21 0.13 0.85 337.5 0.12 0.13
Hex 26 1E 21 0 15 D 55 152 C D
Octal 46 36 41 0 25 15 125 522 14 15
Binary 100110 11110 100001 0 10101 1101 1010101 101010010 1100 1101

Color Harmonies of #261E21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #261E21

Black with #261E21

Text Example


Text Example

White with #261E21

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #261E21; }

 p { color: rgb(38,30,33); }

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

background-color css

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

 a { background-color: rgb(38,30,33); }

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

border-color css

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

 span { border-color: rgb(38,30,33); }

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