Html Css Color HEX #28251E Maire

📋 copy color: '#28251E'

red 40 ◦ green 37 ◦ blue 30

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

Shades of Maire #28251E

Tints of Maire #28251E

RGB

 RED value IS 40 (16.02% from 255) = 37.38%

 GREEN value IS 37 (14.84% from 255) = 34.58%

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

R = 37.38%
G = 34.58%
B = 28.04%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.25

 K value IS 0.84

RGB Variations

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

Color information

#28251E (or 0x28251E) is known color: Maire. HEX triplet: 28, 25 and 1E. RGB value is (40,37,30). Sum of RGB (Red+Green+Blue) = 40+37+30=107 (14% of max value = 765). Red value is 40 (16.02% from 255 or 37.38% from 107); Green value is 37 (14.84% from 255 or 34.58% from 107); Blue value is 30 (12.11% from 255 or 28.04% from 107); Max value from RGB is 40 - color contains mainly: red. Hex color #28251E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #28251E is #D7DAE1. Grayscale: #252525. Windows color (decimal): -14146274 or 1975592. OLE color: 1975592.

HSL color Cylindrical-coordinate representation of color #28251E: hue angle of 42º degrees, saturation: 0.14, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #28251E is Cyan = 0, Magento = 0.07, Yellow = 0.25 and Black (K on CMYK) = 0.84.

Color convert

RGB 40 37 30 -
CMYK 0 0.07 0.25 0.84
HSL 42º 0.14% 0.14% -
HSV(B) 42º 0.25% 0.16% -
XYZ 1.77 1.87 1.5 -
YUV 37.1 123.99 130.07 -
System Red Green Blue C M Y K H S L
Decimal 40 37 30 0 0.07 0.25 0.84 42 0.14 0.14
Hex 28 25 1E 0 7 19 54 2A E E
Octal 50 45 36 0 7 31 124 52 16 16
Binary 101000 100101 11110 0 111 11001 1010100 101010 1110 1110

Color Harmonies of #28251E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28251E

Black with #28251E

Text Example


Text Example

White with #28251E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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