Html Css Color HEX #261B1D Aubergine

📋 copy color: '#261B1D'

red 38 ◦ green 27 ◦ blue 29

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

Shades of Aubergine #261B1D

Tints of Aubergine #261B1D

RGB

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

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

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

R = 40.43%
G = 28.72%
B = 30.85%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.24

 K value IS 0.85

RGB Variations

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

Color information

#261B1D (or 0x261B1D) is known color: Aubergine. HEX triplet: 26, 1B and 1D. RGB value is (38,27,29). Sum of RGB (Red+Green+Blue) = 38+27+29=94 (12% of max value = 765). Red value is 38 (15.23% from 255 or 40.43% from 94); Green value is 27 (10.94% from 255 or 28.72% from 94); Blue value is 29 (11.72% from 255 or 30.85% from 94); Max value from RGB is 38 - color contains mainly: red. Hex color #261B1D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #261B1D is #D9E4E2. Grayscale: #1E1E1E. Windows color (decimal): -14279907 or 1907494. OLE color: 1907494.

HSL color Cylindrical-coordinate representation of color #261B1D: hue angle of 349.09º 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 #261B1D is Cyan = 0, Magento = 0.29, Yellow = 0.24 and Black (K on CMYK) = 0.85.

Color convert

RGB 38 27 29 -
CMYK 0 0.29 0.24 0.85
HSL 349.09º 0.17% 0.13% -
HSV(B) 349.09º 0.29% 0.15% -
XYZ 1.41 1.28 1.34 -
YUV 30.52 127.14 133.34 -
System Red Green Blue C M Y K H S L
Decimal 38 27 29 0 0.29 0.24 0.85 349.09 0.17 0.13
Hex 26 1B 1D 0 1D 18 55 15D 11 D
Octal 46 33 35 0 35 30 125 535 21 15
Binary 100110 11011 11101 0 11101 11000 1010101 101011101 10001 1101

Color Harmonies of #261B1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #261B1D

Black with #261B1D

Text Example


Text Example

White with #261B1D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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