#382902

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

Shades of Black Magic #382902

Tints of Black Magic #382902

Color information

#382902 (or 0x382902) is unknown color: approx Black Magic. HEX triplet: 38, 29 and 02. RGB value is (56,41,2). Sum of RGB (Red+Green+Blue) = 56+41+2=99 (13% of max value = 765). Red value is 56 (22.27% from 255 or 56.57% from 99); Green value is 41 (16.41% from 255 or 41.41% from 99); Blue value is 2 (1.17% from 255 or 2.02% from 99); Max value from RGB is 56 - color contains mainly: red. Hex color #382902 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #382902 is #C7D6FD. Grayscale: #292929. Windows color (decimal): -13096702 or 141624. OLE color: 141624.

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

Color convert

RGB56412-
CMYK00.270.960.78
HSL43.33º93.1%11.37%-
HSV(B)43.33º96.43%21.96%-
XYZ2.432.430.4-
YUV41.04105.97138.67-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 56.57%
GREEN value IS 41 (16.41% from 255) = 41.41%
BLUE value IS 2 (1.17% from 255) = 2.02%
R=56.57%
G=41.41%
B=2.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.96
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5641200.270.960.7843.3393.111.37
Hex3829201B604E2b5db
Octal705120331401165313513
Binary111000101001100110111100000100111010101110111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #382902

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #382902; }

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

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

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

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

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

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

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

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