#382C04

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

Shades of Black Magic #382C04

Tints of Black Magic #382C04

Color information

#382C04 (or 0x382C04) is unknown color: approx Black Magic. HEX triplet: 38, 2C and 04. RGB value is (56,44,4). Sum of RGB (Red+Green+Blue) = 56+44+4=104 (13% of max value = 765). Red value is 56 (22.27% from 255 or 53.85% from 104); Green value is 44 (17.58% from 255 or 42.31% from 104); Blue value is 4 (1.95% from 255 or 3.85% from 104); Max value from RGB is 56 - color contains mainly: red. Hex color #382C04 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #382C04 is #C7D3FB. Grayscale: #2B2B2B. Windows color (decimal): -13095932 or 273464. OLE color: 273464.

HSL color Cylindrical-coordinate representation of color #382C04: hue angle of 46.15º 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 #382C04 is Cyan = 0, Magento = 0.21, Yellow = 0.93 and Black (K on CMYK) = 0.78.

Color convert

RGB56444-
CMYK00.210.930.78
HSL46.15º86.67%11.76%-
HSV(B)46.15º92.86%21.96%-
XYZ2.552.650.49-
YUV43.03105.98137.25-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 53.85%
GREEN value IS 44 (17.58% from 255) = 42.31%
BLUE value IS 4 (1.95% from 255) = 3.85%
R=53.85%
G=42.31%
B=3.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.93
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5644400.210.930.7846.1586.6711.76
Hex382C40155D4E2e57c
Octal705440251351165612714
Binary1110001011001000101011011101100111010111010101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #382C04

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #382C04; }

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

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

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

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

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

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

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

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