Html Css Color HEX #252400 Maire

📋 copy color: '#252400'

red 37 ◦ green 36 ◦ blue 0

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

Shades of Maire #252400

Tints of Maire #252400

RGB

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

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

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

R = 50.68%
G = 49.32%
B = 0%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 1

 K value IS 0.85

RGB Variations

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

Color information

#252400 (or 0x252400) is known color: Maire. HEX triplet: 25, 24 and 00. RGB value is (37,36,0). Sum of RGB (Red+Green+Blue) = 37+36+0=73 (9% of max value = 765). Red value is 37 (14.84% from 255 or 50.68% from 73); Green value is 36 (14.45% from 255 or 49.32% from 73); Blue value is 0 (0.39% from 255 or 0% from 73); Max value from RGB is 37 - color contains mainly: red. Hex color #252400 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #252400 is #DADBFF. Grayscale: #202020. Windows color (decimal): -14343168 or 9253. OLE color: 9253.

HSL color Cylindrical-coordinate representation of color #252400: hue angle of 58.38º 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 #252400 is Cyan = 0, Magento = 0.03, Yellow = 1 and Black (K on CMYK) = 0.85.

Color convert

RGB 37 36 0 -
CMYK 0 0.03 1 0.85
HSL 58.38º 1% 0.07% -
HSV(B) 58.38º 1% 0.15% -
XYZ 1.39 1.66 0.25 -
YUV 32.2 109.83 131.43 -
System Red Green Blue C M Y K H S L
Decimal 37 36 0 0 0.03 1 0.85 58.38 1 0.07
Hex 25 24 0 0 3 64 55 3A 64 7
Octal 45 44 0 0 3 144 125 72 144 7
Binary 100101 100100 0 0 11 1100100 1010101 111010 1100100 111

Color Harmonies of #252400

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #252400

Black with #252400

Text Example


Text Example

White with #252400

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #252400; }

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

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

background-color css

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

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

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

border-color css

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

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

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