#382605

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

Shades of Black Magic #382605

Tints of Black Magic #382605

Color information

#382605 (or 0x382605) is unknown color: approx Black Magic. HEX triplet: 38, 26 and 05. RGB value is (56,38,5). Sum of RGB (Red+Green+Blue) = 56+38+5=99 (13% of max value = 765). Red value is 56 (22.27% from 255 or 56.57% from 99); Green value is 38 (15.23% from 255 or 38.38% from 99); Blue value is 5 (2.34% from 255 or 5.05% from 99); Max value from RGB is 56 - color contains mainly: red. Hex color #382605 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #382605 is #C7D9FA. Grayscale: #272727. Windows color (decimal): -13097467 or 337464. OLE color: 337464.

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

Color convert

RGB56385-
CMYK00.320.910.78
HSL38.82º83.61%11.96%-
HSV(B)38.82º91.07%21.96%-
XYZ2.352.240.45-
YUV39.62108.46139.68-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 56.57%
GREEN value IS 38 (15.23% from 255) = 38.38%
BLUE value IS 5 (2.34% from 255) = 5.05%
R=56.57%
G=38.38%
B=5.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.91
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5638500.320.910.7838.8283.6111.96
Hex382650205B4E2754c
Octal704650401331164712414
Binary11100010011010101000001011011100111010011110101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #382605

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #382605; }

 p { color: rgb(56,38,5); }

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

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

 a { background-color: rgb(56,38,5); }

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

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

 span { border-color: rgb(56,38,5); }

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