#382603

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

Shades of Black Magic #382603

Tints of Black Magic #382603

Color information

#382603 (or 0x382603) is unknown color: approx Black Magic. HEX triplet: 38, 26 and 03. RGB value is (56,38,3). Sum of RGB (Red+Green+Blue) = 56+38+3=97 (12% of max value = 765). Red value is 56 (22.27% from 255 or 57.73% from 97); Green value is 38 (15.23% from 255 or 39.18% from 97); Blue value is 3 (1.56% from 255 or 3.09% from 97); Max value from RGB is 56 - color contains mainly: red. Hex color #382603 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #382603 is #C7D9FC. Grayscale: #272727. Windows color (decimal): -13097469 or 206392. OLE color: 206392.

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

Color convert

RGB56383-
CMYK00.320.950.78
HSL39.62º89.83%11.57%-
HSV(B)39.62º94.64%21.96%-
XYZ2.342.230.39-
YUV39.39107.46139.85-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 57.73%
GREEN value IS 38 (15.23% from 255) = 39.18%
BLUE value IS 3 (1.56% from 255) = 3.09%
R=57.73%
G=39.18%
B=3.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.95
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5638300.320.950.7839.6289.8311.57
Hex382630205F4E285ac
Octal704630401371165013214
Binary1110001001101101000001011111100111010100010110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #382603

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #382603; }

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

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

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

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

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

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

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

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