#382701

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

Shades of Black Magic #382701

Tints of Black Magic #382701

Color information

#382701 (or 0x382701) is unknown color: approx Black Magic. HEX triplet: 38, 27 and 01. RGB value is (56,39,1). Sum of RGB (Red+Green+Blue) = 56+39+1=96 (12% of max value = 765). Red value is 56 (22.27% from 255 or 58.33% from 96); Green value is 39 (15.62% from 255 or 40.62% from 96); Blue value is 1 (0.78% from 255 or 1.04% from 96); Max value from RGB is 56 - color contains mainly: red. Hex color #382701 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #382701 is #C7D8FE. Grayscale: #272727. Windows color (decimal): -13097215 or 75576. OLE color: 75576.

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

Color convert

RGB56391-
CMYK00.300.980.78
HSL41.45º96.49%11.18%-
HSV(B)41.45º98.21%21.96%-
XYZ2.362.290.35-
YUV39.75106.13139.59-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 58.33%
GREEN value IS 39 (15.62% from 255) = 40.62%
BLUE value IS 1 (0.78% from 255) = 1.04%
R=58.33%
G=40.62%
B=1.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.98
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5639100.300.980.7841.4596.4911.18
Hex3827101E624E2960b
Octal704710361421165114013
Binary11100010011110111101100010100111010100111000001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #382701

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #382701; }

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

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

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

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

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

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

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

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