Html Css Color HEX #261520 Melanzane

📋 copy color: '#261520'

red 38 ◦ green 21 ◦ blue 32

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

Shades of Melanzane #261520

Tints of Melanzane #261520

RGB

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

 GREEN value IS 21 (8.59% from 255) = 23.08%

 BLUE value IS 32 (12.89% from 255) = 35.16%

R = 41.76%
G = 23.08%
B = 35.16%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.16

 K value IS 0.85

RGB Variations

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

Color information

#261520 (or 0x261520) is known color: Melanzane. HEX triplet: 26, 15 and 20. RGB value is (38,21,32). Sum of RGB (Red+Green+Blue) = 38+21+32=91 (12% of max value = 765). Red value is 38 (15.23% from 255 or 41.76% from 91); Green value is 21 (8.59% from 255 or 23.08% from 91); Blue value is 32 (12.89% from 255 or 35.16% from 91); Max value from RGB is 38 - color contains mainly: red. Hex color #261520 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #261520 is #D9EADF. Grayscale: #1B1B1B. Windows color (decimal): -14281440 or 2102566. OLE color: 2102566.

HSL color Cylindrical-coordinate representation of color #261520: hue angle of 321.18º degrees, saturation: 0.29, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #261520 is Cyan = 0, Magento = 0.45, Yellow = 0.16 and Black (K on CMYK) = 0.85.

Color convert

RGB 38 21 32 -
CMYK 0 0.45 0.16 0.85
HSL 321.18º 0.29% 0.12% -
HSV(B) 321.18º 0.45% 0.15% -
XYZ 1.33 1.05 1.5 -
YUV 27.34 130.63 135.61 -
System Red Green Blue C M Y K H S L
Decimal 38 21 32 0 0.45 0.16 0.85 321.18 0.29 0.12
Hex 26 15 20 0 2D 10 55 141 1D C
Octal 46 25 40 0 55 20 125 501 35 14
Binary 100110 10101 100000 0 101101 10000 1010101 101000001 11101 1100

Color Harmonies of #261520

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #261520

Black with #261520

Text Example


Text Example

White with #261520

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #261520; }

 p { color: rgb(38,21,32); }

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

background-color css

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

 a { background-color: rgb(38,21,32); }

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

border-color css

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

 span { border-color: rgb(38,21,32); }

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