Html Css Color HEX #252003 Maire

📋 copy color: '#252003'

red 37 ◦ green 32 ◦ blue 3

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

Shades of Maire #252003

Tints of Maire #252003

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 4.17%

R = 51.39%
G = 44.44%
B = 4.17%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.92

 K value IS 0.85

RGB Variations

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

Color information

#252003 (or 0x252003) is known color: Maire. HEX triplet: 25, 20 and 03. RGB value is (37,32,3). Sum of RGB (Red+Green+Blue) = 37+32+3=72 (9% of max value = 765). Red value is 37 (14.84% from 255 or 51.39% from 72); Green value is 32 (12.89% from 255 or 44.44% from 72); Blue value is 3 (1.56% from 255 or 4.17% from 72); Max value from RGB is 37 - color contains mainly: red. Hex color #252003 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #252003 is #DADFFC. Grayscale: #1E1E1E. Windows color (decimal): -14344189 or 204837. OLE color: 204837.

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

Color convert

RGB 37 32 3 -
CMYK 0 0.14 0.92 0.85
HSL 51.18º 0.85% 0.08% -
HSV(B) 51.18º 0.92% 0.15% -
XYZ 1.3 1.43 0.29 -
YUV 30.19 112.66 132.86 -
System Red Green Blue C M Y K H S L
Decimal 37 32 3 0 0.14 0.92 0.85 51.18 0.85 0.08
Hex 25 20 3 0 E 5C 55 33 55 8
Octal 45 40 3 0 16 134 125 63 125 10
Binary 100101 100000 11 0 1110 1011100 1010101 110011 1010101 1000

Color Harmonies of #252003

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #252003

Black with #252003

Text Example


Text Example

White with #252003

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #252003; }

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

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

background-color css

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

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

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

border-color css

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

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

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