#27221A

Color #27221A Black Magic (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Black Magic #27221A

Tints of Black Magic #27221A

Color information

#27221A (or 0x27221A) is unknown color: approx Black Magic. HEX triplet: 27, 22 and 1A. RGB value is (39,34,26). Sum of RGB (Red+Green+Blue) = 39+34+26=99 (13% of max value = 765). Red value is 39 (15.62% from 255 or 39.39% from 99); Green value is 34 (13.67% from 255 or 34.34% from 99); Blue value is 26 (10.55% from 255 or 26.26% from 99); Max value from RGB is 39 - color contains mainly: red. Hex color #27221A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #27221A is #D8DDE5. Grayscale: #222222. Windows color (decimal): -14212582 or 1712679. OLE color: 1712679.

HSL color Cylindrical-coordinate representation of color #27221A: hue angle of 36.92º degrees, saturation: 0.2, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #27221A is Cyan = 0, Magento = 0.13, Yellow = 0.33 and Black (K on CMYK) = 0.85.

Color convert

RGB393426-
CMYK00.130.330.85
HSL36.92º20%12.75%-
HSV(B)36.92º33.33%15.29%-
XYZ1.61.651.21-
YUV34.58123.16131.15-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 39.39%
GREEN value IS 34 (13.67% from 255) = 34.34%
BLUE value IS 26 (10.55% from 255) = 26.26%
R=39.39%
G=34.34%
B=26.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.33
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal39342600.130.330.8536.922012.75
Hex27221A0D21552514d
Octal47423201541125452415
Binary10011110001011010011011000011010101100101101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27221A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #27221A; }

 p { color: rgb(39,34,26); }

 H1.HeaderClassName
 {
   color: #27221A;
 }
 .AnyTagClassName
 {
   color: #27221A;
 }
</style>
background-color css

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

 a { background-color: rgb(39,34,26); }

 div.DivClassName
 {
   background-color: #27221A;
 }
 .BgClassName
 {
   background-color: #27221A;
 }
</style>
border-color css

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

 span { border-color: rgb(39,34,26); }

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