#382905

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

Shades of Black Magic #382905

Tints of Black Magic #382905

Color information

#382905 (or 0x382905) is unknown color: approx Black Magic. HEX triplet: 38, 29 and 05. RGB value is (56,41,5). Sum of RGB (Red+Green+Blue) = 56+41+5=102 (13% of max value = 765). Red value is 56 (22.27% from 255 or 54.90% from 102); Green value is 41 (16.41% from 255 or 40.20% from 102); Blue value is 5 (2.34% from 255 or 4.90% from 102); Max value from RGB is 56 - color contains mainly: red. Hex color #382905 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #382905 is #C7D6FA. Grayscale: #292929. Windows color (decimal): -13096699 or 338232. OLE color: 338232.

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

Color convert

RGB56415-
CMYK00.270.910.78
HSL42.35º83.61%11.96%-
HSV(B)42.35º91.07%21.96%-
XYZ2.452.440.48-
YUV41.38107.47138.43-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 54.90%
GREEN value IS 41 (16.41% from 255) = 40.20%
BLUE value IS 5 (2.34% from 255) = 4.90%
R=54.90%
G=40.20%
B=4.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.91
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5641500.270.910.7842.3583.6111.96
Hex3829501B5B4E2a54c
Octal705150331331165212414
Binary1110001010011010110111011011100111010101010101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #382905

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #382905; }

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

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

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

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

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

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

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

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