#382B10

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

Shades of Black Magic #382B10

Tints of Black Magic #382B10

Color information

#382B10 (or 0x382B10) is unknown color: approx Black Magic. HEX triplet: 38, 2B and 10. RGB value is (56,43,16). Sum of RGB (Red+Green+Blue) = 56+43+16=115 (15% of max value = 765). Red value is 56 (22.27% from 255 or 48.70% from 115); Green value is 43 (17.19% from 255 or 37.39% from 115); Blue value is 16 (6.64% from 255 or 13.91% from 115); Max value from RGB is 56 - color contains mainly: red. Hex color #382B10 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #382B10 is #C7D4EF. Grayscale: #2B2B2B. Windows color (decimal): -13096176 or 1059640. OLE color: 1059640.

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

Color convert

RGB564316-
CMYK00.230.710.78
HSL40.5º55.56%14.12%-
HSV(B)40.5º71.43%21.96%-
XYZ2.592.610.86-
YUV43.81112.31136.7-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 48.70%
GREEN value IS 43 (17.19% from 255) = 37.39%
BLUE value IS 16 (6.64% from 255) = 13.91%
R=48.70%
G=37.39%
B=13.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.71
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal56431600.230.710.7840.555.5614.12
Hex382B10017474E2838e
Octal705320027107116507016
Binary11100010101110000010111100011110011101010001110001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #382B10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(56,43,16); }

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

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

 a { background-color: rgb(56,43,16); }

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

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

 span { border-color: rgb(56,43,16); }

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