#382908

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

Shades of Black Magic #382908

Tints of Black Magic #382908

Color information

#382908 (or 0x382908) is unknown color: approx Black Magic. HEX triplet: 38, 29 and 08. RGB value is (56,41,8). Sum of RGB (Red+Green+Blue) = 56+41+8=105 (13% of max value = 765). Red value is 56 (22.27% from 255 or 53.33% from 105); Green value is 41 (16.41% from 255 or 39.05% from 105); Blue value is 8 (3.52% from 255 or 7.62% from 105); Max value from RGB is 56 - color contains mainly: red. Hex color #382908 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #382908 is #C7D6F7. Grayscale: #292929. Windows color (decimal): -13096696 or 534840. OLE color: 534840.

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

Color convert

RGB56418-
CMYK00.270.860.78
HSL41.25º75%12.55%-
HSV(B)41.25º85.71%21.96%-
XYZ2.472.440.57-
YUV41.72108.97138.18-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 53.33%
GREEN value IS 41 (16.41% from 255) = 39.05%
BLUE value IS 8 (3.52% from 255) = 7.62%
R=53.33%
G=39.05%
B=7.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.86
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5641800.270.860.7841.257512.55
Hex3829801B564E294bd
Octal7051100331261165111315
Binary11100010100110000110111010110100111010100110010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #382908

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #382908; }

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

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

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

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

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

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

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

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