Html Css Color HEX #221B1D Aubergine

📋 copy color: '#221B1D'

red 34 ◦ green 27 ◦ blue 29

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

Shades of Aubergine #221B1D

Tints of Aubergine #221B1D

RGB

 RED value IS 34 (13.67% from 255) = 37.78%

 GREEN value IS 27 (10.94% from 255) = 30%

 BLUE value IS 29 (11.72% from 255) = 32.22%

R = 37.78%
G = 30%
B = 32.22%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.15

 K value IS 0.87

RGB Variations

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

Color information

#221B1D (or 0x221B1D) is known color: Aubergine. HEX triplet: 22, 1B and 1D. RGB value is (34,27,29). Sum of RGB (Red+Green+Blue) = 34+27+29=90 (11% of max value = 765). Red value is 34 (13.67% from 255 or 37.78% from 90); Green value is 27 (10.94% from 255 or 30% from 90); Blue value is 29 (11.72% from 255 or 32.22% from 90); Max value from RGB is 34 - color contains mainly: red. Hex color #221B1D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #221B1D is #DDE4E2. Grayscale: #1D1D1D. Windows color (decimal): -14542051 or 1907490. OLE color: 1907490.

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

Color convert

RGB 34 27 29 -
CMYK 0 0.21 0.15 0.87
HSL 342.86º 0.11% 0.12% -
HSV(B) 342.86º 0.21% 0.13% -
XYZ 1.27 1.21 1.33 -
YUV 29.32 127.82 131.34 -
System Red Green Blue C M Y K H S L
Decimal 34 27 29 0 0.21 0.15 0.87 342.86 0.11 0.12
Hex 22 1B 1D 0 15 F 57 157 B C
Octal 42 33 35 0 25 17 127 527 13 14
Binary 100010 11011 11101 0 10101 1111 1010111 101010111 1011 1100

Color Harmonies of #221B1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #221B1D

Black with #221B1D

Text Example


Text Example

White with #221B1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #221B1D; }

 p { color: rgb(34,27,29); }

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

background-color css

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

 a { background-color: rgb(34,27,29); }

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

border-color css

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

 span { border-color: rgb(34,27,29); }

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