Html Css Color HEX #252001 Maire

📋 copy color: '#252001'

red 37 ◦ green 32 ◦ blue 1

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

Shades of Maire #252001

Tints of Maire #252001

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 1.43%

R = 52.86%
G = 45.71%
B = 1.43%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.97

 K value IS 0.85

RGB Variations

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

Color information

#252001 (or 0x252001) is known color: Maire. HEX triplet: 25, 20 and 01. RGB value is (37,32,1). Sum of RGB (Red+Green+Blue) = 37+32+1=70 (9% of max value = 765). Red value is 37 (14.84% from 255 or 52.86% from 70); Green value is 32 (12.89% from 255 or 45.71% from 70); Blue value is 1 (0.78% from 255 or 1.43% from 70); Max value from RGB is 37 - color contains mainly: red. Hex color #252001 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #252001 is #DADFFE. Grayscale: #1E1E1E. Windows color (decimal): -14344191 or 73765. OLE color: 73765.

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

Color convert

RGB 37 32 1 -
CMYK 0 0.14 0.97 0.85
HSL 51.67º 0.95% 0.07% -
HSV(B) 51.67º 0.97% 0.15% -
XYZ 1.28 1.43 0.24 -
YUV 29.96 111.66 133.02 -
System Red Green Blue C M Y K H S L
Decimal 37 32 1 0 0.14 0.97 0.85 51.67 0.95 0.07
Hex 25 20 1 0 E 61 55 34 5F 7
Octal 45 40 1 0 16 141 125 64 137 7
Binary 100101 100000 1 0 1110 1100001 1010101 110100 1011111 111

Color Harmonies of #252001

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #252001

Black with #252001

Text Example


Text Example

White with #252001

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #252001; }

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

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

background-color css

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

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

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

border-color css

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

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

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