#382803

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

Shades of Black Magic #382803

Tints of Black Magic #382803

Color information

#382803 (or 0x382803) is unknown color: approx Black Magic. HEX triplet: 38, 28 and 03. RGB value is (56,40,3). Sum of RGB (Red+Green+Blue) = 56+40+3=99 (13% of max value = 765). Red value is 56 (22.27% from 255 or 56.57% from 99); Green value is 40 (16.02% from 255 or 40.40% from 99); Blue value is 3 (1.56% from 255 or 3.03% from 99); Max value from RGB is 56 - color contains mainly: red. Hex color #382803 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #382803 is #C7D7FC. Grayscale: #282828. Windows color (decimal): -13096957 or 206904. OLE color: 206904.

HSL color Cylindrical-coordinate representation of color #382803: hue angle of 41.89º degrees, saturation: 0.9, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #382803 is Cyan = 0, Magento = 0.29, Yellow = 0.95 and Black (K on CMYK) = 0.78.

Color convert

RGB56403-
CMYK00.290.950.78
HSL41.89º89.83%11.57%-
HSV(B)41.89º94.64%21.96%-
XYZ2.412.360.42-
YUV40.57106.8139.01-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 56.57%
GREEN value IS 40 (16.02% from 255) = 40.40%
BLUE value IS 3 (1.56% from 255) = 3.03%
R=56.57%
G=40.40%
B=3.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.95
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5640300.290.950.7841.8989.8311.57
Hex3828301D5F4E2a5ac
Octal705030351371165213214
Binary111000101000110111011011111100111010101010110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #382803

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #382803; }

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

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

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

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

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

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

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

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