Html Css Color HEX #261B1E Aubergine

📋 copy color: '#261B1E'

red 38 ◦ green 27 ◦ blue 30

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

Shades of Aubergine #261B1E

Tints of Aubergine #261B1E

RGB

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

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

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

R = 40%
G = 28.42%
B = 31.58%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.21

 K value IS 0.85

RGB Variations

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

Color information

#261B1E (or 0x261B1E) is known color: Aubergine. HEX triplet: 26, 1B and 1E. RGB value is (38,27,30). Sum of RGB (Red+Green+Blue) = 38+27+30=95 (12% of max value = 765). Red value is 38 (15.23% from 255 or 40% from 95); Green value is 27 (10.94% from 255 or 28.42% from 95); Blue value is 30 (12.11% from 255 or 31.58% from 95); Max value from RGB is 38 - color contains mainly: red. Hex color #261B1E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #261B1E is #D9E4E1. Grayscale: #1E1E1E. Windows color (decimal): -14279906 or 1973030. OLE color: 1973030.

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

Color convert

RGB 38 27 30 -
CMYK 0 0.29 0.21 0.85
HSL 343.64º 0.17% 0.13% -
HSV(B) 343.64º 0.29% 0.15% -
XYZ 1.43 1.29 1.4 -
YUV 30.63 127.64 133.26 -
System Red Green Blue C M Y K H S L
Decimal 38 27 30 0 0.29 0.21 0.85 343.64 0.17 0.13
Hex 26 1B 1E 0 1D 15 55 158 11 D
Octal 46 33 36 0 35 25 125 530 21 15
Binary 100110 11011 11110 0 11101 10101 1010101 101011000 10001 1101

Color Harmonies of #261B1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #261B1E

Black with #261B1E

Text Example


Text Example

White with #261B1E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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