#281C06

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

Shades of Black Magic #281C06

Tints of Black Magic #281C06

Color information

#281C06 (or 0x281C06) is unknown color: approx Black Magic. HEX triplet: 28, 1C and 06. RGB value is (40,28,6). Sum of RGB (Red+Green+Blue) = 40+28+6=74 (9% of max value = 765). Red value is 40 (16.02% from 255 or 54.05% from 74); Green value is 28 (11.33% from 255 or 37.84% from 74); Blue value is 6 (2.73% from 255 or 8.11% from 74); Max value from RGB is 40 - color contains mainly: red. Hex color #281C06 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #281C06 is #D7E3F9. Grayscale: #1D1D1D. Windows color (decimal): -14148602 or 400424. OLE color: 400424.

HSL color Cylindrical-coordinate representation of color #281C06: hue angle of 38.82º degrees, saturation: 0.74, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #281C06 is Cyan = 0, Magento = 0.30, Yellow = 0.85 and Black (K on CMYK) = 0.84.

Color convert

RGB40286-
CMYK00.300.850.84
HSL38.82º73.91%9.02%-
HSV(B)38.82º85%15.69%-
XYZ1.321.290.35-
YUV29.08114.98135.79-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 54.05%
GREEN value IS 28 (11.33% from 255) = 37.84%
BLUE value IS 6 (2.73% from 255) = 8.11%
R=54.05%
G=37.84%
B=8.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.85
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal4028600.300.850.8438.8273.919.02
Hex281C601E5554274a9
Octal503460361251244711211
Binary101000111001100111101010101101010010011110010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #281C06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #281C06; }

 p { color: rgb(40,28,6); }

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

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

 a { background-color: rgb(40,28,6); }

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

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

 span { border-color: rgb(40,28,6); }

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