Html Css Color HEX #281B1E Aubergine

📋 copy color: '#281B1E'

red 40 ◦ green 27 ◦ blue 30

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

Shades of Aubergine #281B1E

Tints of Aubergine #281B1E

RGB

 RED value IS 40 (16.02% from 255) = 41.24%

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

 BLUE value IS 30 (12.11% from 255) = 30.93%

R = 41.24%
G = 27.84%
B = 30.93%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.25

 K value IS 0.84

RGB Variations

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

Color information

#281B1E (or 0x281B1E) is known color: Aubergine. HEX triplet: 28, 1B and 1E. RGB value is (40,27,30). Sum of RGB (Red+Green+Blue) = 40+27+30=97 (12% of max value = 765). Red value is 40 (16.02% from 255 or 41.24% from 97); Green value is 27 (10.94% from 255 or 27.84% from 97); Blue value is 30 (12.11% from 255 or 30.93% from 97); Max value from RGB is 40 - color contains mainly: red. Hex color #281B1E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #281B1E is #D7E4E1. Grayscale: #1F1F1F. Windows color (decimal): -14148834 or 1973032. OLE color: 1973032.

HSL color Cylindrical-coordinate representation of color #281B1E: hue angle of 346.15º degrees, saturation: 0.19, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #281B1E is Cyan = 0, Magento = 0.33, Yellow = 0.25 and Black (K on CMYK) = 0.84.

Color convert

RGB 40 27 30 -
CMYK 0 0.33 0.25 0.84
HSL 346.15º 0.19% 0.13% -
HSV(B) 346.15º 0.33% 0.16% -
XYZ 1.5 1.33 1.41 -
YUV 31.23 127.31 134.26 -
System Red Green Blue C M Y K H S L
Decimal 40 27 30 0 0.33 0.25 0.84 346.15 0.19 0.13
Hex 28 1B 1E 0 21 19 54 15A 13 D
Octal 50 33 36 0 41 31 124 532 23 15
Binary 101000 11011 11110 0 100001 11001 1010100 101011010 10011 1101

Color Harmonies of #281B1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #281B1E

Black with #281B1E

Text Example


Text Example

White with #281B1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #281B1E; }

 p { color: rgb(40,27,30); }

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

background-color css

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

 a { background-color: rgb(40,27,30); }

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

border-color css

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

 span { border-color: rgb(40,27,30); }

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