#382909

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

Shades of Black Magic #382909

Tints of Black Magic #382909

Color information

#382909 (or 0x382909) is unknown color: approx Black Magic. HEX triplet: 38, 29 and 09. RGB value is (56,41,9). Sum of RGB (Red+Green+Blue) = 56+41+9=106 (14% of max value = 765). Red value is 56 (22.27% from 255 or 52.83% from 106); Green value is 41 (16.41% from 255 or 38.68% from 106); Blue value is 9 (3.91% from 255 or 8.49% from 106); Max value from RGB is 56 - color contains mainly: red. Hex color #382909 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #382909 is #C7D6F6. Grayscale: #292929. Windows color (decimal): -13096695 or 600376. OLE color: 600376.

HSL color Cylindrical-coordinate representation of color #382909: hue angle of 40.85º degrees, saturation: 0.72, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #382909 is Cyan = 0, Magento = 0.27, Yellow = 0.84 and Black (K on CMYK) = 0.78.

Color convert

RGB56419-
CMYK00.270.840.78
HSL40.85º72.31%12.75%-
HSV(B)40.85º83.93%21.96%-
XYZ2.472.450.6-
YUV41.84109.47138.1-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 52.83%
GREEN value IS 41 (16.41% from 255) = 38.68%
BLUE value IS 9 (3.91% from 255) = 8.49%
R=52.83%
G=38.68%
B=8.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.84
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5641900.270.840.7840.8572.3112.75
Hex3829901B544E2948d
Octal7051110331241165111015
Binary11100010100110010110111010100100111010100110010001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #382909

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #382909; }

 p { color: rgb(56,41,9); }

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

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

 a { background-color: rgb(56,41,9); }

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

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

 span { border-color: rgb(56,41,9); }

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