#382808

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

Shades of Black Magic #382808

Tints of Black Magic #382808

Color information

#382808 (or 0x382808) is unknown color: approx Black Magic. HEX triplet: 38, 28 and 08. RGB value is (56,40,8). Sum of RGB (Red+Green+Blue) = 56+40+8=104 (13% of max value = 765). Red value is 56 (22.27% from 255 or 53.85% from 104); Green value is 40 (16.02% from 255 or 38.46% from 104); Blue value is 8 (3.52% from 255 or 7.69% from 104); Max value from RGB is 56 - color contains mainly: red. Hex color #382808 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #382808 is #C7D7F7. Grayscale: #292929. Windows color (decimal): -13096952 or 534584. OLE color: 534584.

HSL color Cylindrical-coordinate representation of color #382808: hue angle of 40º 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 #382808 is Cyan = 0, Magento = 0.29, Yellow = 0.86 and Black (K on CMYK) = 0.78.

Color convert

RGB56408-
CMYK00.290.860.78
HSL40º75%12.55%-
HSV(B)40º85.71%21.96%-
XYZ2.432.380.56-
YUV41.14109.3138.6-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 53.85%
GREEN value IS 40 (16.02% from 255) = 38.46%
BLUE value IS 8 (3.52% from 255) = 7.69%
R=53.85%
G=38.46%
B=7.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.86
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5640800.290.860.78407512.55
Hex3828801D564E284bd
Octal7050100351261165011315
Binary11100010100010000111011010110100111010100010010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #382808

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #382808; }

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

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

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

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

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

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

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

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