Html Css Color HEX #282715 Maire

📋 copy color: '#282715'

red 40 ◦ green 39 ◦ blue 21

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

Shades of Maire #282715

Tints of Maire #282715

RGB

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

 GREEN value IS 39 (15.63% from 255) = 39%

 BLUE value IS 21 (8.59% from 255) = 21%

R = 40%
G = 39%
B = 21%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.48

 K value IS 0.84

RGB Variations

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

Color information

#282715 (or 0x282715) is known color: Maire. HEX triplet: 28, 27 and 15. RGB value is (40,39,21). Sum of RGB (Red+Green+Blue) = 40+39+21=100 (13% of max value = 765). Red value is 40 (16.02% from 255 or 40% from 100); Green value is 39 (15.62% from 255 or 39% from 100); Blue value is 21 (8.59% from 255 or 21% from 100); Max value from RGB is 40 - color contains mainly: red. Hex color #282715 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #282715 is #D7D8EA. Grayscale: #252525. Windows color (decimal): -14145771 or 1386280. OLE color: 1386280.

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

Color convert

RGB 40 39 21 -
CMYK 0 0.02 0.48 0.84
HSL 56.84º 0.31% 0.12% -
HSV(B) 56.84º 0.48% 0.16% -
XYZ 1.74 1.96 1 -
YUV 37.25 118.83 129.96 -
System Red Green Blue C M Y K H S L
Decimal 40 39 21 0 0.02 0.48 0.84 56.84 0.31 0.12
Hex 28 27 15 0 2 30 54 39 1F C
Octal 50 47 25 0 2 60 124 71 37 14
Binary 101000 100111 10101 0 10 110000 1010100 111001 11111 1100

Color Harmonies of #282715

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #282715

Black with #282715

Text Example


Text Example

White with #282715

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #282715; }

 p { color: rgb(40,39,21); }

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

background-color css

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

 a { background-color: rgb(40,39,21); }

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

border-color css

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

 span { border-color: rgb(40,39,21); }

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