#382706

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

Shades of Black Magic #382706

Tints of Black Magic #382706

Color information

#382706 (or 0x382706) is unknown color: approx Black Magic. HEX triplet: 38, 27 and 06. RGB value is (56,39,6). Sum of RGB (Red+Green+Blue) = 56+39+6=101 (13% of max value = 765). Red value is 56 (22.27% from 255 or 55.45% from 101); Green value is 39 (15.62% from 255 or 38.61% from 101); Blue value is 6 (2.73% from 255 or 5.94% from 101); Max value from RGB is 56 - color contains mainly: red. Hex color #382706 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #382706 is #C7D8F9. Grayscale: #282828. Windows color (decimal): -13097210 or 403256. OLE color: 403256.

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

Color convert

RGB56396-
CMYK00.300.890.78
HSL39.6º80.65%12.16%-
HSV(B)39.6º89.29%21.96%-
XYZ2.392.30.49-
YUV40.32108.63139.18-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 55.45%
GREEN value IS 39 (15.62% from 255) = 38.61%
BLUE value IS 6 (2.73% from 255) = 5.94%
R=55.45%
G=38.61%
B=5.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.89
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5639600.300.890.7839.680.6512.16
Hex3827601E594E2851c
Octal704760361311165012114
Binary1110001001111100111101011001100111010100010100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #382706

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #382706; }

 p { color: rgb(56,39,6); }

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

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

 a { background-color: rgb(56,39,6); }

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

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

 span { border-color: rgb(56,39,6); }

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