#382700

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

Shades of Black Magic #382700

Tints of Black Magic #382700

Color information

#382700 (or 0x382700) is unknown color: approx Black Magic. HEX triplet: 38, 27 and 00. RGB value is (56,39,0). Sum of RGB (Red+Green+Blue) = 56+39+0=95 (12% of max value = 765). Red value is 56 (22.27% from 255 or 58.95% from 95); Green value is 39 (15.62% from 255 or 41.05% from 95); Blue value is 0 (0.39% from 255 or 0% from 95); Max value from RGB is 56 - color contains mainly: red. Hex color #382700 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #382700 is #C7D8FF. Grayscale: #272727. Windows color (decimal): -13097216 or 10040. OLE color: 10040.

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

Color convert

RGB56390-
CMYK00.3010.78
HSL41.79º100%10.98%-
HSV(B)41.79º100%21.96%-
XYZ2.362.290.32-
YUV39.64105.63139.67-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 58.95%
GREEN value IS 39 (15.62% from 255) = 41.05%
BLUE value IS 0 (0.39% from 255) = 0%
R=58.95%
G=41.05%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 1
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5639000.3010.7841.7910010.98
Hex3827001E644E2a64b
Octal704700361441165214413
Binary11100010011100111101100100100111010101011001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #382700

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #382700; }

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

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

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

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

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

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

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

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