Html Css Color HEX #252023 Melanzane

📋 copy color: '#252023'

red 37 ◦ green 32 ◦ blue 35

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

Shades of Melanzane #252023

Tints of Melanzane #252023

RGB

 RED value IS 37 (14.84% from 255) = 35.58%

 GREEN value IS 32 (12.89% from 255) = 30.77%

 BLUE value IS 35 (14.06% from 255) = 33.65%

R = 35.58%
G = 30.77%
B = 33.65%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.05

 K value IS 0.85

RGB Variations

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

Color information

#252023 (or 0x252023) is known color: Melanzane. HEX triplet: 25, 20 and 23. RGB value is (37,32,35). Sum of RGB (Red+Green+Blue) = 37+32+35=104 (13% of max value = 765). Red value is 37 (14.84% from 255 or 35.58% from 104); Green value is 32 (12.89% from 255 or 30.77% from 104); Blue value is 35 (14.06% from 255 or 33.65% from 104); Max value from RGB is 37 - color contains mainly: red. Hex color #252023 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #252023 is #DADFDC. Grayscale: #212121. Windows color (decimal): -14344157 or 2301989. OLE color: 2301989.

HSL color Cylindrical-coordinate representation of color #252023: hue angle of 324º degrees, saturation: 0.07, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #252023 is Cyan = 0, Magento = 0.14, Yellow = 0.05 and Black (K on CMYK) = 0.85.

Color convert

RGB 37 32 35 -
CMYK 0 0.14 0.05 0.85
HSL 324º 0.07% 0.14% -
HSV(B) 324º 0.14% 0.15% -
XYZ 1.58 1.55 1.81 -
YUV 33.84 128.66 130.26 -
System Red Green Blue C M Y K H S L
Decimal 37 32 35 0 0.14 0.05 0.85 324 0.07 0.14
Hex 25 20 23 0 E 5 55 144 7 E
Octal 45 40 43 0 16 5 125 504 7 16
Binary 100101 100000 100011 0 1110 101 1010101 101000100 111 1110

Color Harmonies of #252023

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #252023

Black with #252023

Text Example


Text Example

White with #252023

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #252023; }

 p { color: rgb(37,32,35); }

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

background-color css

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

 a { background-color: rgb(37,32,35); }

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

border-color css

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

 span { border-color: rgb(37,32,35); }

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