#382A03

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

Shades of Black Magic #382A03

Tints of Black Magic #382A03

Color information

#382A03 (or 0x382A03) is unknown color: approx Black Magic. HEX triplet: 38, 2A and 03. RGB value is (56,42,3). Sum of RGB (Red+Green+Blue) = 56+42+3=101 (13% of max value = 765). Red value is 56 (22.27% from 255 or 55.45% from 101); Green value is 42 (16.80% from 255 or 41.58% from 101); Blue value is 3 (1.56% from 255 or 2.97% from 101); Max value from RGB is 56 - color contains mainly: red. Hex color #382A03 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #382A03 is #C7D5FC. Grayscale: #292929. Windows color (decimal): -13096445 or 207416. OLE color: 207416.

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

Color convert

RGB56423-
CMYK00.250.950.78
HSL44.15º89.83%11.57%-
HSV(B)44.15º94.64%21.96%-
XYZ2.482.50.44-
YUV41.74106.14138.17-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 55.45%
GREEN value IS 42 (16.80% from 255) = 41.58%
BLUE value IS 3 (1.56% from 255) = 2.97%
R=55.45%
G=41.58%
B=2.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.95
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5642300.250.950.7844.1589.8311.57
Hex382A30195F4E2c5ac
Octal705230311371165413214
Binary111000101010110110011011111100111010110010110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #382A03

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #382A03; }

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

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

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

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

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

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

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

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