#382707

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

Shades of Black Magic #382707

Tints of Black Magic #382707

Color information

#382707 (or 0x382707) is unknown color: approx Black Magic. HEX triplet: 38, 27 and 07. RGB value is (56,39,7). Sum of RGB (Red+Green+Blue) = 56+39+7=102 (13% of max value = 765). Red value is 56 (22.27% from 255 or 54.90% from 102); Green value is 39 (15.62% from 255 or 38.24% from 102); Blue value is 7 (3.12% from 255 or 6.86% from 102); Max value from RGB is 56 - color contains mainly: red. Hex color #382707 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #382707 is #C7D8F8. Grayscale: #282828. Windows color (decimal): -13097209 or 468792. OLE color: 468792.

HSL color Cylindrical-coordinate representation of color #382707: hue angle of 39.18º 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 #382707 is Cyan = 0, Magento = 0.30, Yellow = 0.88 and Black (K on CMYK) = 0.78.

Color convert

RGB56397-
CMYK00.300.880.78
HSL39.18º77.78%12.35%-
HSV(B)39.18º87.5%21.96%-
XYZ2.392.310.52-
YUV40.44109.13139.1-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 54.90%
GREEN value IS 39 (15.62% from 255) = 38.24%
BLUE value IS 7 (3.12% from 255) = 6.86%
R=54.90%
G=38.24%
B=6.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.88
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5639700.300.880.7839.1877.7812.35
Hex3827701E584E274ec
Octal704770361301164711614
Binary1110001001111110111101011000100111010011110011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #382707

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #382707; }

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

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

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

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

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

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

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

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