Html Css Color HEX #252000 Maire

📋 copy color: '#252000'

red 37 ◦ green 32 ◦ blue 0

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

Shades of Maire #252000

Tints of Maire #252000

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 53.62%
G = 46.38%
B = 0%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 1

 K value IS 0.85

RGB Variations

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

Color information

#252000 (or 0x252000) is known color: Maire. HEX triplet: 25, 20 and 00. RGB value is (37,32,0). Sum of RGB (Red+Green+Blue) = 37+32+0=69 (9% of max value = 765). Red value is 37 (14.84% from 255 or 53.62% from 69); Green value is 32 (12.89% from 255 or 46.38% from 69); Blue value is 0 (0.39% from 255 or 0% from 69); Max value from RGB is 37 - color contains mainly: red. Hex color #252000 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #252000 is #DADFFF. Grayscale: #1D1D1D. Windows color (decimal): -14344192 or 8229. OLE color: 8229.

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

Color convert

RGB 37 32 0 -
CMYK 0 0.14 1 0.85
HSL 51.89º 1% 0.07% -
HSV(B) 51.89º 1% 0.15% -
XYZ 1.28 1.43 0.21 -
YUV 29.85 111.16 133.1 -
System Red Green Blue C M Y K H S L
Decimal 37 32 0 0 0.14 1 0.85 51.89 1 0.07
Hex 25 20 0 0 E 64 55 34 64 7
Octal 45 40 0 0 16 144 125 64 144 7
Binary 100101 100000 0 0 1110 1100100 1010101 110100 1100100 111

Color Harmonies of #252000

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #252000

Black with #252000

Text Example


Text Example

White with #252000

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #252000; }

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

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

background-color css

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

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

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

border-color css

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

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

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