#382A18

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

Shades of Black Magic #382A18

Tints of Black Magic #382A18

Color information

#382A18 (or 0x382A18) is unknown color: approx Black Magic. HEX triplet: 38, 2A and 18. RGB value is (56,42,24). Sum of RGB (Red+Green+Blue) = 56+42+24=122 (16% of max value = 765). Red value is 56 (22.27% from 255 or 45.90% from 122); Green value is 42 (16.80% from 255 or 34.43% from 122); Blue value is 24 (9.77% from 255 or 19.67% from 122); Max value from RGB is 56 - color contains mainly: red. Hex color #382A18 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #382A18 is #C7D5E7. Grayscale: #2C2C2C. Windows color (decimal): -13096424 or 1583672. OLE color: 1583672.

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

Color convert

RGB564224-
CMYK00.250.570.78
HSL33.75º40%15.69%-
HSV(B)33.75º57.14%21.96%-
XYZ2.622.561.22-
YUV44.13116.64136.46-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 45.90%
GREEN value IS 42 (16.80% from 255) = 34.43%
BLUE value IS 24 (9.77% from 255) = 19.67%
R=45.90%
G=34.43%
B=19.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.57
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal56422400.250.570.7833.754015.69
Hex382A18019394E222810
Octal70523003171116425020
Binary11100010101011000011001111001100111010001010100010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #382A18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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