Html Css Color HEX #261C1F Aubergine

📋 copy color: '#261C1F'

red 38 ◦ green 28 ◦ blue 31

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

Shades of Aubergine #261C1F

Tints of Aubergine #261C1F

RGB

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

 GREEN value IS 28 (11.33% from 255) = 28.87%

 BLUE value IS 31 (12.5% from 255) = 31.96%

R = 39.18%
G = 28.87%
B = 31.96%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.18

 K value IS 0.85

RGB Variations

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

Color information

#261C1F (or 0x261C1F) is known color: Aubergine. HEX triplet: 26, 1C and 1F. RGB value is (38,28,31). Sum of RGB (Red+Green+Blue) = 38+28+31=97 (12% of max value = 765). Red value is 38 (15.23% from 255 or 39.18% from 97); Green value is 28 (11.33% from 255 or 28.87% from 97); Blue value is 31 (12.5% from 255 or 31.96% from 97); Max value from RGB is 38 - color contains mainly: red. Hex color #261C1F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #261C1F is #D9E3E0. Grayscale: #1F1F1F. Windows color (decimal): -14279649 or 2038822. OLE color: 2038822.

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

Color convert

RGB 38 28 31 -
CMYK 0 0.26 0.18 0.85
HSL 342º 0.15% 0.13% -
HSV(B) 342º 0.26% 0.15% -
XYZ 1.46 1.34 1.48 -
YUV 31.33 127.81 132.76 -
System Red Green Blue C M Y K H S L
Decimal 38 28 31 0 0.26 0.18 0.85 342 0.15 0.13
Hex 26 1C 1F 0 1A 12 55 156 F D
Octal 46 34 37 0 32 22 125 526 17 15
Binary 100110 11100 11111 0 11010 10010 1010101 101010110 1111 1101

Color Harmonies of #261C1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #261C1F

Black with #261C1F

Text Example


Text Example

White with #261C1F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(38,28,31); }

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

background-color css

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

 a { background-color: rgb(38,28,31); }

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

border-color css

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

 span { border-color: rgb(38,28,31); }

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