Html Css Color HEX #252300 Maire

📋 copy color: '#252300'

red 37 ◦ green 35 ◦ blue 0

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

Shades of Maire #252300

Tints of Maire #252300

RGB

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

 GREEN value IS 35 (14.06% from 255) = 48.61%

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

R = 51.39%
G = 48.61%
B = 0%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 1

 K value IS 0.85

RGB Variations

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

Color information

#252300 (or 0x252300) is known color: Maire. HEX triplet: 25, 23 and 00. RGB value is (37,35,0). Sum of RGB (Red+Green+Blue) = 37+35+0=72 (9% of max value = 765). Red value is 37 (14.84% from 255 or 51.39% from 72); Green value is 35 (14.06% from 255 or 48.61% from 72); Blue value is 0 (0.39% from 255 or 0% from 72); Max value from RGB is 37 - color contains mainly: red. Hex color #252300 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #252300 is #DADCFF. Grayscale: #1F1F1F. Windows color (decimal): -14343424 or 8997. OLE color: 8997.

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

Color convert

RGB 37 35 0 -
CMYK 0 0.05 1 0.85
HSL 56.76º 1% 0.07% -
HSV(B) 56.76º 1% 0.15% -
XYZ 1.36 1.6 0.24 -
YUV 31.61 110.16 131.85 -
System Red Green Blue C M Y K H S L
Decimal 37 35 0 0 0.05 1 0.85 56.76 1 0.07
Hex 25 23 0 0 5 64 55 39 64 7
Octal 45 43 0 0 5 144 125 71 144 7
Binary 100101 100011 0 0 101 1100100 1010101 111001 1100100 111

Color Harmonies of #252300

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #252300

Black with #252300

Text Example


Text Example

White with #252300

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #252300; }

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

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

background-color css

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

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

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

border-color css

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

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

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