Html Css Color HEX #2F1526 Melanzane

📋 copy color: '#2F1526'

red 47 ◦ green 21 ◦ blue 38

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

Shades of Melanzane #2F1526

Tints of Melanzane #2F1526

RGB

 RED value IS 47 (18.75% from 255) = 44.34%

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

 BLUE value IS 38 (15.23% from 255) = 35.85%

R = 44.34%
G = 19.81%
B = 35.85%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.19

 K value IS 0.82

RGB Variations

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

Color information

#2F1526 (or 0x2F1526) is known color: Melanzane. HEX triplet: 2F, 15 and 26. RGB value is (47,21,38). Sum of RGB (Red+Green+Blue) = 47+21+38=106 (14% of max value = 765). Red value is 47 (18.75% from 255 or 44.34% from 106); Green value is 21 (8.59% from 255 or 19.81% from 106); Blue value is 38 (15.23% from 255 or 35.85% from 106); Max value from RGB is 47 - color contains mainly: red. Hex color #2F1526 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2F1526 is #D0EAD9. Grayscale: #1E1E1E. Windows color (decimal): -13691610 or 2495791. OLE color: 2495791.

HSL color Cylindrical-coordinate representation of color #2F1526: hue angle of 320.77º degrees, saturation: 0.38, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #2F1526 is Cyan = 0, Magento = 0.55, Yellow = 0.19 and Black (K on CMYK) = 0.82.

Color convert

RGB 47 21 38 -
CMYK 0 0.55 0.19 0.82
HSL 320.77º 0.38% 0.13% -
HSV(B) 320.77º 0.55% 0.18% -
XYZ 1.79 1.28 1.99 -
YUV 30.71 132.11 139.62 -
System Red Green Blue C M Y K H S L
Decimal 47 21 38 0 0.55 0.19 0.82 320.77 0.38 0.13
Hex 2F 15 26 0 37 13 52 141 26 D
Octal 57 25 46 0 67 23 122 501 46 15
Binary 101111 10101 100110 0 110111 10011 1010010 101000001 100110 1101

Color Harmonies of #2F1526

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F1526

Black with #2F1526

Text Example


Text Example

White with #2F1526

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2F1526; }

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

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

background-color css

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

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

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

border-color css

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

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

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