#382C05

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

Shades of Black Magic #382C05

Tints of Black Magic #382C05

Color information

#382C05 (or 0x382C05) is unknown color: approx Black Magic. HEX triplet: 38, 2C and 05. RGB value is (56,44,5). Sum of RGB (Red+Green+Blue) = 56+44+5=105 (13% of max value = 765). Red value is 56 (22.27% from 255 or 53.33% from 105); Green value is 44 (17.58% from 255 or 41.90% from 105); Blue value is 5 (2.34% from 255 or 4.76% from 105); Max value from RGB is 56 - color contains mainly: red. Hex color #382C05 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #382C05 is #C7D3FA. Grayscale: #2B2B2B. Windows color (decimal): -13095931 or 339000. OLE color: 339000.

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

Color convert

RGB56445-
CMYK00.210.910.78
HSL45.88º83.61%11.96%-
HSV(B)45.88º91.07%21.96%-
XYZ2.562.650.52-
YUV43.14106.48137.17-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 53.33%
GREEN value IS 44 (17.58% from 255) = 41.90%
BLUE value IS 5 (2.34% from 255) = 4.76%
R=53.33%
G=41.90%
B=4.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.91
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5644500.210.910.7845.8883.6111.96
Hex382C50155B4E2e54c
Octal705450251331165612414
Binary1110001011001010101011011011100111010111010101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #382C05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #382C05; }

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

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

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

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

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

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

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

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