#382704

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

Shades of Black Magic #382704

Tints of Black Magic #382704

Color information

#382704 (or 0x382704) is unknown color: approx Black Magic. HEX triplet: 38, 27 and 04. RGB value is (56,39,4). Sum of RGB (Red+Green+Blue) = 56+39+4=99 (13% of max value = 765). Red value is 56 (22.27% from 255 or 56.57% from 99); Green value is 39 (15.62% from 255 or 39.39% from 99); Blue value is 4 (1.95% from 255 or 4.04% from 99); Max value from RGB is 56 - color contains mainly: red. Hex color #382704 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #382704 is #C7D8FB. Grayscale: #282828. Windows color (decimal): -13097212 or 272184. OLE color: 272184.

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

Color convert

RGB56394-
CMYK00.300.930.78
HSL40.38º86.67%11.76%-
HSV(B)40.38º92.86%21.96%-
XYZ2.382.30.43-
YUV40.09107.63139.35-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 56.57%
GREEN value IS 39 (15.62% from 255) = 39.39%
BLUE value IS 4 (1.95% from 255) = 4.04%
R=56.57%
G=39.39%
B=4.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.93
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5639400.300.930.7840.3886.6711.76
Hex3827401E5D4E2857c
Octal704740361351165012714
Binary1110001001111000111101011101100111010100010101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #382704

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #382704; }

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

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

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

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

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

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

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

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