Html Css Color HEX #261721 Melanzane

📋 copy color: '#261721'

red 38 ◦ green 23 ◦ blue 33

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

Shades of Melanzane #261721

Tints of Melanzane #261721

RGB

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

 GREEN value IS 23 (9.38% from 255) = 24.47%

 BLUE value IS 33 (13.28% from 255) = 35.11%

R = 40.43%
G = 24.47%
B = 35.11%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.13

 K value IS 0.85

RGB Variations

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

Color information

#261721 (or 0x261721) is known color: Melanzane. HEX triplet: 26, 17 and 21. RGB value is (38,23,33). Sum of RGB (Red+Green+Blue) = 38+23+33=94 (12% of max value = 765). Red value is 38 (15.23% from 255 or 40.43% from 94); Green value is 23 (9.38% from 255 or 24.47% from 94); Blue value is 33 (13.28% from 255 or 35.11% from 94); Max value from RGB is 38 - color contains mainly: red. Hex color #261721 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #261721 is #D9E8DE. Grayscale: #1C1C1C. Windows color (decimal): -14280927 or 2168614. OLE color: 2168614.

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

Color convert

RGB 38 23 33 -
CMYK 0 0.39 0.13 0.85
HSL 320º 0.25% 0.12% -
HSV(B) 320º 0.39% 0.15% -
XYZ 1.38 1.13 1.59 -
YUV 28.63 130.47 134.69 -
System Red Green Blue C M Y K H S L
Decimal 38 23 33 0 0.39 0.13 0.85 320 0.25 0.12
Hex 26 17 21 0 27 D 55 140 19 C
Octal 46 27 41 0 47 15 125 500 31 14
Binary 100110 10111 100001 0 100111 1101 1010101 101000000 11001 1100

Color Harmonies of #261721

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #261721

Black with #261721

Text Example


Text Example

White with #261721

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #261721; }

 p { color: rgb(38,23,33); }

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

background-color css

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

 a { background-color: rgb(38,23,33); }

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

border-color css

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

 span { border-color: rgb(38,23,33); }

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