Html Css Color HEX #272521 Black Magic

📋 copy color: '#272521'

red 39 ◦ green 37 ◦ blue 33

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

Shades of Black Magic #272521

Tints of Black Magic #272521

RGB

 RED value IS 39 (15.63% from 255) = 35.78%

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

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

R = 35.78%
G = 33.94%
B = 30.28%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.15

 K value IS 0.85

RGB Variations

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

Color information

#272521 (or 0x272521) is known color: Black Magic. HEX triplet: 27, 25 and 21. RGB value is (39,37,33). Sum of RGB (Red+Green+Blue) = 39+37+33=109 (14% of max value = 765). Red value is 39 (15.62% from 255 or 35.78% from 109); Green value is 37 (14.84% from 255 or 33.94% from 109); Blue value is 33 (13.28% from 255 or 30.28% from 109); Max value from RGB is 39 - color contains mainly: red. Hex color #272521 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #272521 is #D8DADE. Grayscale: #252525. Windows color (decimal): -14211807 or 2172199. OLE color: 2172199.

HSL color Cylindrical-coordinate representation of color #272521: hue angle of 40º degrees, saturation: 0.08, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #272521 is Cyan = 0, Magento = 0.05, Yellow = 0.15 and Black (K on CMYK) = 0.85.

Color convert

RGB 39 37 33 -
CMYK 0 0.05 0.15 0.85
HSL 40º 0.08% 0.14% -
HSV(B) 40º 0.15% 0.15% -
XYZ 1.77 1.86 1.71 -
YUV 37.14 125.66 129.33 -
System Red Green Blue C M Y K H S L
Decimal 39 37 33 0 0.05 0.15 0.85 40 0.08 0.14
Hex 27 25 21 0 5 F 55 28 8 E
Octal 47 45 41 0 5 17 125 50 10 16
Binary 100111 100101 100001 0 101 1111 1010101 101000 1000 1110

Color Harmonies of #272521

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #272521

Black with #272521

Text Example


Text Example

White with #272521

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #272521; }

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

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

background-color css

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

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

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

border-color css

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

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

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