#382A00

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

Shades of Black Magic #382A00

Tints of Black Magic #382A00

Color information

#382A00 (or 0x382A00) is unknown color: approx Black Magic. HEX triplet: 38, 2A and 00. RGB value is (56,42,0). Sum of RGB (Red+Green+Blue) = 56+42+0=98 (12% of max value = 765). Red value is 56 (22.27% from 255 or 57.14% from 98); Green value is 42 (16.80% from 255 or 42.86% from 98); Blue value is 0 (0.39% from 255 or 0% from 98); Max value from RGB is 56 - color contains mainly: red. Hex color #382A00 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #382A00 is #C7D5FF. Grayscale: #292929. Windows color (decimal): -13096448 or 10808. OLE color: 10808.

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

Color convert

RGB56420-
CMYK00.2510.78
HSL45º100%10.98%-
HSV(B)45º100%21.96%-
XYZ2.462.50.35-
YUV41.4104.64138.42-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 57.14%
GREEN value IS 42 (16.80% from 255) = 42.86%
BLUE value IS 0 (0.39% from 255) = 0%
R=57.14%
G=42.86%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 1
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5642000.2510.784510010.98
Hex382A0019644E2d64b
Octal705200311441165514413
Binary11100010101000110011100100100111010110111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #382A00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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