#382604

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

Shades of Black Magic #382604

Tints of Black Magic #382604

Color information

#382604 (or 0x382604) is unknown color: approx Black Magic. HEX triplet: 38, 26 and 04. RGB value is (56,38,4). Sum of RGB (Red+Green+Blue) = 56+38+4=98 (12% of max value = 765). Red value is 56 (22.27% from 255 or 57.14% from 98); Green value is 38 (15.23% from 255 or 38.78% from 98); Blue value is 4 (1.95% from 255 or 4.08% from 98); Max value from RGB is 56 - color contains mainly: red. Hex color #382604 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #382604 is #C7D9FB. Grayscale: #272727. Windows color (decimal): -13097468 or 271928. OLE color: 271928.

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

Color convert

RGB56384-
CMYK00.320.930.78
HSL39.23º86.67%11.76%-
HSV(B)39.23º92.86%21.96%-
XYZ2.352.240.42-
YUV39.51107.96139.76-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 57.14%
GREEN value IS 38 (15.23% from 255) = 38.78%
BLUE value IS 4 (1.95% from 255) = 4.08%
R=57.14%
G=38.78%
B=4.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.93
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5638400.320.930.7839.2386.6711.76
Hex382640205D4E2757c
Octal704640401351164712714
Binary11100010011010001000001011101100111010011110101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #382604

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #382604; }

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

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

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

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

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

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

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

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