#382C0D

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

Shades of Black Magic #382C0D

Tints of Black Magic #382C0D

Color information

#382C0D (or 0x382C0D) is unknown color: approx Black Magic. HEX triplet: 38, 2C and 0D. RGB value is (56,44,13). Sum of RGB (Red+Green+Blue) = 56+44+13=113 (14% of max value = 765). Red value is 56 (22.27% from 255 or 49.56% from 113); Green value is 44 (17.58% from 255 or 38.94% from 113); Blue value is 13 (5.47% from 255 or 11.50% from 113); Max value from RGB is 56 - color contains mainly: red. Hex color #382C0D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #382C0D is #C7D3F2. Grayscale: #2C2C2C. Windows color (decimal): -13095923 or 863288. OLE color: 863288.

HSL color Cylindrical-coordinate representation of color #382C0D: hue angle of 43.26º degrees, saturation: 0.62, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #382C0D is Cyan = 0, Magento = 0.21, Yellow = 0.77 and Black (K on CMYK) = 0.78.

Color convert

RGB564413-
CMYK00.210.770.78
HSL43.26º62.32%13.53%-
HSV(B)43.26º76.79%21.96%-
XYZ2.62.670.76-
YUV44.05110.48136.52-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 49.56%
GREEN value IS 44 (17.58% from 255) = 38.94%
BLUE value IS 13 (5.47% from 255) = 11.50%
R=49.56%
G=38.94%
B=11.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.77
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal56441300.210.770.7843.2662.3213.53
Hex382CD0154D4E2b3ee
Octal705415025115116537616
Binary1110001011001101010101100110110011101010111111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #382C0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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