Html Css Color HEX #252421 Maire

📋 copy color: '#252421'

red 37 ◦ green 36 ◦ blue 33

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

Shades of Maire #252421

Tints of Maire #252421

RGB

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

 GREEN value IS 36 (14.45% from 255) = 33.96%

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

R = 34.91%
G = 33.96%
B = 31.13%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.11

 K value IS 0.85

RGB Variations

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

Color information

#252421 (or 0x252421) is known color: Maire. HEX triplet: 25, 24 and 21. RGB value is (37,36,33). Sum of RGB (Red+Green+Blue) = 37+36+33=106 (14% of max value = 765). Red value is 37 (14.84% from 255 or 34.91% from 106); Green value is 36 (14.45% from 255 or 33.96% from 106); Blue value is 33 (13.28% from 255 or 31.13% from 106); Max value from RGB is 37 - color contains mainly: red. Hex color #252421 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #252421 is #DADBDE. Grayscale: #232323. Windows color (decimal): -14343135 or 2171941. OLE color: 2171941.

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

Color convert

RGB 37 36 33 -
CMYK 0 0.03 0.11 0.85
HSL 45º 0.06% 0.14% -
HSV(B) 45º 0.11% 0.15% -
XYZ 1.67 1.76 1.69 -
YUV 35.96 126.33 128.74 -
System Red Green Blue C M Y K H S L
Decimal 37 36 33 0 0.03 0.11 0.85 45 0.06 0.14
Hex 25 24 21 0 3 B 55 2D 6 E
Octal 45 44 41 0 3 13 125 55 6 16
Binary 100101 100100 100001 0 11 1011 1010101 101101 110 1110

Color Harmonies of #252421

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #252421

Black with #252421

Text Example


Text Example

White with #252421

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #252421; }

 p { color: rgb(37,36,33); }

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

background-color css

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

 a { background-color: rgb(37,36,33); }

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

border-color css

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

 span { border-color: rgb(37,36,33); }

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