#382A04

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

Shades of Black Magic #382A04

Tints of Black Magic #382A04

Color information

#382A04 (or 0x382A04) is unknown color: approx Black Magic. HEX triplet: 38, 2A and 04. RGB value is (56,42,4). Sum of RGB (Red+Green+Blue) = 56+42+4=102 (13% of max value = 765). Red value is 56 (22.27% from 255 or 54.90% from 102); Green value is 42 (16.80% from 255 or 41.18% from 102); Blue value is 4 (1.95% from 255 or 3.92% from 102); Max value from RGB is 56 - color contains mainly: red. Hex color #382A04 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #382A04 is #C7D5FB. Grayscale: #2A2A2A. Windows color (decimal): -13096444 or 272952. OLE color: 272952.

HSL color Cylindrical-coordinate representation of color #382A04: hue angle of 43.85º degrees, saturation: 0.87, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #382A04 is Cyan = 0, Magento = 0.25, Yellow = 0.93 and Black (K on CMYK) = 0.78.

Color convert

RGB56424-
CMYK00.250.930.78
HSL43.85º86.67%11.76%-
HSV(B)43.85º92.86%21.96%-
XYZ2.482.510.47-
YUV41.85106.64138.09-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 54.90%
GREEN value IS 42 (16.80% from 255) = 41.18%
BLUE value IS 4 (1.95% from 255) = 3.92%
R=54.90%
G=41.18%
B=3.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.93
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5642400.250.930.7843.8586.6711.76
Hex382A40195D4E2c57c
Octal705240311351165412714
Binary1110001010101000110011011101100111010110010101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #382A04

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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