#382C17

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

Shades of Black Magic #382C17

Tints of Black Magic #382C17

Color information

#382C17 (or 0x382C17) is unknown color: approx Black Magic. HEX triplet: 38, 2C and 17. RGB value is (56,44,23). Sum of RGB (Red+Green+Blue) = 56+44+23=123 (16% of max value = 765). Red value is 56 (22.27% from 255 or 45.53% from 123); Green value is 44 (17.58% from 255 or 35.77% from 123); Blue value is 23 (9.38% from 255 or 18.70% from 123); Max value from RGB is 56 - color contains mainly: red. Hex color #382C17 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #382C17 is #C7D3E8. Grayscale: #2D2D2D. Windows color (decimal): -13095913 or 1518648. OLE color: 1518648.

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

Color convert

RGB564423-
CMYK00.210.590.78
HSL38.18º41.77%15.49%-
HSV(B)38.18º58.93%21.96%-
XYZ2.692.71.19-
YUV45.19115.48135.71-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 45.53%
GREEN value IS 44 (17.58% from 255) = 35.77%
BLUE value IS 23 (9.38% from 255) = 18.70%
R=45.53%
G=35.77%
B=18.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.59
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal56442300.210.590.7838.1841.7715.49
Hex382C170153B4E262af
Octal70542702573116465217
Binary1110001011001011101010111101110011101001101010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #382C17

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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