Html Css Color HEX #25231E Maire

📋 copy color: '#25231E'

red 37 ◦ green 35 ◦ blue 30

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

Shades of Maire #25231E

Tints of Maire #25231E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 29.41%

R = 36.27%
G = 34.31%
B = 29.41%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.19

 K value IS 0.85

RGB Variations

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

Color information

#25231E (or 0x25231E) is known color: Maire. HEX triplet: 25, 23 and 1E. RGB value is (37,35,30). Sum of RGB (Red+Green+Blue) = 37+35+30=102 (13% of max value = 765). Red value is 37 (14.84% from 255 or 36.27% from 102); Green value is 35 (14.06% from 255 or 34.31% from 102); Blue value is 30 (12.11% from 255 or 29.41% from 102); Max value from RGB is 37 - color contains mainly: red. Hex color #25231E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #25231E is #DADCE1. Grayscale: #232323. Windows color (decimal): -14343394 or 1975077. OLE color: 1975077.

HSL color Cylindrical-coordinate representation of color #25231E: hue angle of 42.86º degrees, saturation: 0.1, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #25231E is Cyan = 0, Magento = 0.05, Yellow = 0.19 and Black (K on CMYK) = 0.85.

Color convert

RGB 37 35 30 -
CMYK 0 0.05 0.19 0.85
HSL 42.86º 0.1% 0.13% -
HSV(B) 42.86º 0.19% 0.15% -
XYZ 1.6 1.69 1.47 -
YUV 35.03 125.16 129.41 -
System Red Green Blue C M Y K H S L
Decimal 37 35 30 0 0.05 0.19 0.85 42.86 0.1 0.13
Hex 25 23 1E 0 5 13 55 2B A D
Octal 45 43 36 0 5 23 125 53 12 15
Binary 100101 100011 11110 0 101 10011 1010101 101011 1010 1101

Color Harmonies of #25231E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25231E

Black with #25231E

Text Example


Text Example

White with #25231E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #25231E; }

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

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

background-color css

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

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

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

border-color css

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

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

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