#382901

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

Shades of Black Magic #382901

Tints of Black Magic #382901

Color information

#382901 (or 0x382901) is unknown color: approx Black Magic. HEX triplet: 38, 29 and 01. RGB value is (56,41,1). Sum of RGB (Red+Green+Blue) = 56+41+1=98 (12% of max value = 765). Red value is 56 (22.27% from 255 or 57.14% from 98); Green value is 41 (16.41% from 255 or 41.84% from 98); Blue value is 1 (0.78% from 255 or 1.02% from 98); Max value from RGB is 56 - color contains mainly: red. Hex color #382901 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #382901 is #C7D6FE. Grayscale: #292929. Windows color (decimal): -13096703 or 76088. OLE color: 76088.

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

Color convert

RGB56411-
CMYK00.270.980.78
HSL43.64º96.49%11.18%-
HSV(B)43.64º98.21%21.96%-
XYZ2.432.430.37-
YUV40.92105.47138.75-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 57.14%
GREEN value IS 41 (16.41% from 255) = 41.84%
BLUE value IS 1 (0.78% from 255) = 1.02%
R=57.14%
G=41.84%
B=1.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.98
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5641100.270.980.7843.6496.4911.18
Hex3829101B624E2c60b
Octal705110331421165414013
Binary11100010100110110111100010100111010110011000001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #382901

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #382901; }

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

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

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

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

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

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

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

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