Html Css Color HEX #2C252B Melanzane

📋 copy color: '#2C252B'

red 44 ◦ green 37 ◦ blue 43

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

Shades of Melanzane #2C252B

Tints of Melanzane #2C252B

RGB

 RED value IS 44 (17.58% from 255) = 35.48%

 GREEN value IS 37 (14.84% from 255) = 29.84%

 BLUE value IS 43 (17.19% from 255) = 34.68%

R = 35.48%
G = 29.84%
B = 34.68%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.02

 K value IS 0.83

RGB Variations

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

Color information

#2C252B (or 0x2C252B) is known color: Melanzane. HEX triplet: 2C, 25 and 2B. RGB value is (44,37,43). Sum of RGB (Red+Green+Blue) = 44+37+43=124 (16% of max value = 765). Red value is 44 (17.58% from 255 or 35.48% from 124); Green value is 37 (14.84% from 255 or 29.84% from 124); Blue value is 43 (17.19% from 255 or 34.68% from 124); Max value from RGB is 44 - color contains mainly: red. Hex color #2C252B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2C252B is #D3DAD4. Grayscale: #272727. Windows color (decimal): -13884117 or 2827564. OLE color: 2827564.

HSL color Cylindrical-coordinate representation of color #2C252B: hue angle of 308.57º degrees, saturation: 0.09, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #2C252B is Cyan = 0, Magento = 0.16, Yellow = 0.02 and Black (K on CMYK) = 0.83.

Color convert

RGB 44 37 43 -
CMYK 0 0.16 0.02 0.83
HSL 308.57º 0.09% 0.16% -
HSV(B) 308.57º 0.16% 0.17% -
XYZ 2.14 2.03 2.57 -
YUV 39.78 129.82 131.01 -
System Red Green Blue C M Y K H S L
Decimal 44 37 43 0 0.16 0.02 0.83 308.57 0.09 0.16
Hex 2C 25 2B 0 10 2 53 135 9 10
Octal 54 45 53 0 20 2 123 465 11 20
Binary 101100 100101 101011 0 10000 10 1010011 100110101 1001 10000

Color Harmonies of #2C252B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C252B

Black with #2C252B

Text Example


Text Example

White with #2C252B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(44,37,43); }

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

background-color css

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

 a { background-color: rgb(44,37,43); }

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

border-color css

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

 span { border-color: rgb(44,37,43); }

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