#382601

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

Shades of Black Magic #382601

Tints of Black Magic #382601

Color information

#382601 (or 0x382601) is unknown color: approx Black Magic. HEX triplet: 38, 26 and 01. RGB value is (56,38,1). Sum of RGB (Red+Green+Blue) = 56+38+1=95 (12% of max value = 765). Red value is 56 (22.27% from 255 or 58.95% from 95); Green value is 38 (15.23% from 255 or 40% from 95); Blue value is 1 (0.78% from 255 or 1.05% from 95); Max value from RGB is 56 - color contains mainly: red. Hex color #382601 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #382601 is #C7D9FE. Grayscale: #272727. Windows color (decimal): -13097471 or 75320. OLE color: 75320.

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

Color convert

RGB56381-
CMYK00.320.980.78
HSL40.36º96.49%11.18%-
HSV(B)40.36º98.21%21.96%-
XYZ2.332.230.34-
YUV39.16106.46140.01-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 58.95%
GREEN value IS 38 (15.23% from 255) = 40%
BLUE value IS 1 (0.78% from 255) = 1.05%
R=58.95%
G=40%
B=1.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.98
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5638100.320.980.7840.3696.4911.18
Hex38261020624E2860b
Octal704610401421165014013
Binary111000100110101000001100010100111010100011000001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #382601

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #382601; }

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

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

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

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

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

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

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

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