Html Css Color HEX #282215 Black Magic

📋 copy color: '#282215'

red 40 ◦ green 34 ◦ blue 21

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

Shades of Black Magic #282215

Tints of Black Magic #282215

RGB

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

 GREEN value IS 34 (13.67% from 255) = 35.79%

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

R = 42.11%
G = 35.79%
B = 22.11%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.48

 K value IS 0.84

RGB Variations

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

Color information

#282215 (or 0x282215) is known color: Black Magic. HEX triplet: 28, 22 and 15. RGB value is (40,34,21). Sum of RGB (Red+Green+Blue) = 40+34+21=95 (12% of max value = 765). Red value is 40 (16.02% from 255 or 42.11% from 95); Green value is 34 (13.67% from 255 or 35.79% from 95); Blue value is 21 (8.59% from 255 or 22.11% from 95); Max value from RGB is 40 - color contains mainly: red. Hex color #282215 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #282215 is #D7DDEA. Grayscale: #222222. Windows color (decimal): -14147051 or 1385000. OLE color: 1385000.

HSL color Cylindrical-coordinate representation of color #282215: hue angle of 41.05º 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 #282215 is Cyan = 0, Magento = 0.15, Yellow = 0.48 and Black (K on CMYK) = 0.84.

Color convert

RGB 40 34 21 -
CMYK 0 0.15 0.48 0.84
HSL 41.05º 0.31% 0.12% -
HSV(B) 41.05º 0.48% 0.16% -
XYZ 1.58 1.65 0.94 -
YUV 34.31 120.49 132.06 -
System Red Green Blue C M Y K H S L
Decimal 40 34 21 0 0.15 0.48 0.84 41.05 0.31 0.12
Hex 28 22 15 0 F 30 54 29 1F C
Octal 50 42 25 0 17 60 124 51 37 14
Binary 101000 100010 10101 0 1111 110000 1010100 101001 11111 1100

Color Harmonies of #282215

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #282215

Black with #282215

Text Example


Text Example

White with #282215

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #282215; }

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

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

background-color css

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

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

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

border-color css

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

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

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