Html Css Color HEX #282513 Maire

📋 copy color: '#282513'

red 40 ◦ green 37 ◦ blue 19

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

Shades of Maire #282513

Tints of Maire #282513

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 19.79%

R = 41.67%
G = 38.54%
B = 19.79%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.52

 K value IS 0.84

RGB Variations

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

Color information

#282513 (or 0x282513) is known color: Maire. HEX triplet: 28, 25 and 13. RGB value is (40,37,19). Sum of RGB (Red+Green+Blue) = 40+37+19=96 (12% of max value = 765). Red value is 40 (16.02% from 255 or 41.67% from 96); Green value is 37 (14.84% from 255 or 38.54% from 96); Blue value is 19 (7.81% from 255 or 19.79% from 96); Max value from RGB is 40 - color contains mainly: red. Hex color #282513 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #282513 is #D7DAEC. Grayscale: #232323. Windows color (decimal): -14146285 or 1254696. OLE color: 1254696.

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

Color convert

RGB 40 37 19 -
CMYK 0 0.07 0.52 0.84
HSL 51.43º 0.36% 0.12% -
HSV(B) 51.43º 0.53% 0.16% -
XYZ 1.65 1.82 0.88 -
YUV 35.85 118.49 130.96 -
System Red Green Blue C M Y K H S L
Decimal 40 37 19 0 0.07 0.52 0.84 51.43 0.36 0.12
Hex 28 25 13 0 7 34 54 33 24 C
Octal 50 45 23 0 7 64 124 63 44 14
Binary 101000 100101 10011 0 111 110100 1010100 110011 100100 1100

Color Harmonies of #282513

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #282513

Black with #282513

Text Example


Text Example

White with #282513

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #282513; }

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

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

background-color css

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

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

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

border-color css

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

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

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