Html Css Color HEX #282521 Black Magic

📋 copy color: '#282521'

red 40 ◦ green 37 ◦ blue 33

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

Shades of Black Magic #282521

Tints of Black Magic #282521

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 30%

R = 36.36%
G = 33.64%
B = 30%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.17

 K value IS 0.84

RGB Variations

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

Color information

#282521 (or 0x282521) is known color: Black Magic. HEX triplet: 28, 25 and 21. RGB value is (40,37,33). Sum of RGB (Red+Green+Blue) = 40+37+33=110 (14% of max value = 765). Red value is 40 (16.02% from 255 or 36.36% from 110); Green value is 37 (14.84% from 255 or 33.64% from 110); Blue value is 33 (13.28% from 255 or 30% from 110); Max value from RGB is 40 - color contains mainly: red. Hex color #282521 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #282521 is #D7DADE. Grayscale: #252525. Windows color (decimal): -14146271 or 2172200. OLE color: 2172200.

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

Color convert

RGB 40 37 33 -
CMYK 0 0.07 0.17 0.84
HSL 34.29º 0.1% 0.14% -
HSV(B) 34.29º 0.18% 0.16% -
XYZ 1.81 1.88 1.71 -
YUV 37.44 125.49 129.83 -
System Red Green Blue C M Y K H S L
Decimal 40 37 33 0 0.07 0.17 0.84 34.29 0.1 0.14
Hex 28 25 21 0 7 11 54 22 A E
Octal 50 45 41 0 7 21 124 42 12 16
Binary 101000 100101 100001 0 111 10001 1010100 100010 1010 1110

Color Harmonies of #282521

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #282521

Black with #282521

Text Example


Text Example

White with #282521

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #282521; }

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

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

background-color css

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

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

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

border-color css

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

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

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