#382A06

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

Shades of Black Magic #382A06

Tints of Black Magic #382A06

Color information

#382A06 (or 0x382A06) is unknown color: approx Black Magic. HEX triplet: 38, 2A and 06. RGB value is (56,42,6). Sum of RGB (Red+Green+Blue) = 56+42+6=104 (13% of max value = 765). Red value is 56 (22.27% from 255 or 53.85% from 104); Green value is 42 (16.80% from 255 or 40.38% from 104); Blue value is 6 (2.73% from 255 or 5.77% from 104); Max value from RGB is 56 - color contains mainly: red. Hex color #382A06 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #382A06 is #C7D5F9. Grayscale: #2A2A2A. Windows color (decimal): -13096442 or 404024. OLE color: 404024.

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

Color convert

RGB56426-
CMYK00.250.890.78
HSL43.2º80.65%12.16%-
HSV(B)43.2º89.29%21.96%-
XYZ2.492.510.53-
YUV42.08107.64137.93-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 53.85%
GREEN value IS 42 (16.80% from 255) = 40.38%
BLUE value IS 6 (2.73% from 255) = 5.77%
R=53.85%
G=40.38%
B=5.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.89
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5642600.250.890.7843.280.6512.16
Hex382A6019594E2b51c
Octal705260311311165312114
Binary1110001010101100110011011001100111010101110100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #382A06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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