#382801

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

Shades of Black Magic #382801

Tints of Black Magic #382801

Color information

#382801 (or 0x382801) is unknown color: approx Black Magic. HEX triplet: 38, 28 and 01. RGB value is (56,40,1). Sum of RGB (Red+Green+Blue) = 56+40+1=97 (12% of max value = 765). Red value is 56 (22.27% from 255 or 57.73% from 97); Green value is 40 (16.02% from 255 or 41.24% from 97); Blue value is 1 (0.78% from 255 or 1.03% from 97); Max value from RGB is 56 - color contains mainly: red. Hex color #382801 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #382801 is #C7D7FE. Grayscale: #282828. Windows color (decimal): -13096959 or 75832. OLE color: 75832.

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

Color convert

RGB56401-
CMYK00.290.980.78
HSL42.55º96.49%11.18%-
HSV(B)42.55º98.21%21.96%-
XYZ2.42.360.36-
YUV40.34105.8139.17-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 57.73%
GREEN value IS 40 (16.02% from 255) = 41.24%
BLUE value IS 1 (0.78% from 255) = 1.03%
R=57.73%
G=41.24%
B=1.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.98
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5640100.290.980.7842.5596.4911.18
Hex3828101D624E2b60b
Octal705010351421165314013
Binary11100010100010111011100010100111010101111000001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #382801

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #382801; }

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

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

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

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

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

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

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

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