#382607

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

Shades of Black Magic #382607

Tints of Black Magic #382607

Color information

#382607 (or 0x382607) is unknown color: approx Black Magic. HEX triplet: 38, 26 and 07. RGB value is (56,38,7). Sum of RGB (Red+Green+Blue) = 56+38+7=101 (13% of max value = 765). Red value is 56 (22.27% from 255 or 55.45% from 101); Green value is 38 (15.23% from 255 or 37.62% from 101); Blue value is 7 (3.12% from 255 or 6.93% from 101); Max value from RGB is 56 - color contains mainly: red. Hex color #382607 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #382607 is #C7D9F8. Grayscale: #272727. Windows color (decimal): -13097465 or 468536. OLE color: 468536.

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

Color convert

RGB56387-
CMYK00.320.880.78
HSL37.96º77.78%12.35%-
HSV(B)37.96º87.5%21.96%-
XYZ2.362.240.51-
YUV39.85109.46139.52-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 55.45%
GREEN value IS 38 (15.23% from 255) = 37.62%
BLUE value IS 7 (3.12% from 255) = 6.93%
R=55.45%
G=37.62%
B=6.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.88
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5638700.320.880.7837.9677.7812.35
Hex38267020584E264ec
Octal704670401301164611614
Binary11100010011011101000001011000100111010011010011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #382607

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #382607; }

 p { color: rgb(56,38,7); }

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

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

 a { background-color: rgb(56,38,7); }

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

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

 span { border-color: rgb(56,38,7); }

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