#382903

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

Shades of Black Magic #382903

Tints of Black Magic #382903

Color information

#382903 (or 0x382903) is unknown color: approx Black Magic. HEX triplet: 38, 29 and 03. RGB value is (56,41,3). Sum of RGB (Red+Green+Blue) = 56+41+3=100 (13% of max value = 765). Red value is 56 (22.27% from 255 or 56% from 100); Green value is 41 (16.41% from 255 or 41% from 100); Blue value is 3 (1.56% from 255 or 3% from 100); Max value from RGB is 56 - color contains mainly: red. Hex color #382903 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #382903 is #C7D6FC. Grayscale: #292929. Windows color (decimal): -13096701 or 207160. OLE color: 207160.

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

Color convert

RGB56413-
CMYK00.270.950.78
HSL43.02º89.83%11.57%-
HSV(B)43.02º94.64%21.96%-
XYZ2.442.430.43-
YUV41.15106.47138.59-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 56%
GREEN value IS 41 (16.41% from 255) = 41%
BLUE value IS 3 (1.56% from 255) = 3%
R=56%
G=41%
B=3%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.95
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5641300.270.950.7843.0289.8311.57
Hex3829301B5F4E2b5ac
Octal705130331371165313214
Binary111000101001110110111011111100111010101110110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #382903

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #382903; }

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

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

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

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

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

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

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

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