#382804

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

Shades of Black Magic #382804

Tints of Black Magic #382804

Color information

#382804 (or 0x382804) is unknown color: approx Black Magic. HEX triplet: 38, 28 and 04. RGB value is (56,40,4). Sum of RGB (Red+Green+Blue) = 56+40+4=100 (13% of max value = 765). Red value is 56 (22.27% from 255 or 56% from 100); Green value is 40 (16.02% from 255 or 40% from 100); Blue value is 4 (1.95% from 255 or 4% from 100); Max value from RGB is 56 - color contains mainly: red. Hex color #382804 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #382804 is #C7D7FB. Grayscale: #282828. Windows color (decimal): -13096956 or 272440. OLE color: 272440.

HSL color Cylindrical-coordinate representation of color #382804: hue angle of 41.54º degrees, saturation: 0.87, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #382804 is Cyan = 0, Magento = 0.29, Yellow = 0.93 and Black (K on CMYK) = 0.78.

Color convert

RGB56404-
CMYK00.290.930.78
HSL41.54º86.67%11.76%-
HSV(B)41.54º92.86%21.96%-
XYZ2.412.370.44-
YUV40.68107.3138.93-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 56%
GREEN value IS 40 (16.02% from 255) = 40%
BLUE value IS 4 (1.95% from 255) = 4%
R=56%
G=40%
B=4%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.93
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5640400.290.930.7841.5486.6711.76
Hex3828401D5D4E2a57c
Octal705040351351165212714
Binary1110001010001000111011011101100111010101010101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #382804

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #382804; }

 p { color: rgb(56,40,4); }

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

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

 a { background-color: rgb(56,40,4); }

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

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

 span { border-color: rgb(56,40,4); }

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