#382602

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

Shades of Black Magic #382602

Tints of Black Magic #382602

Color information

#382602 (or 0x382602) is unknown color: approx Black Magic. HEX triplet: 38, 26 and 02. RGB value is (56,38,2). Sum of RGB (Red+Green+Blue) = 56+38+2=96 (12% of max value = 765). Red value is 56 (22.27% from 255 or 58.33% from 96); Green value is 38 (15.23% from 255 or 39.58% from 96); Blue value is 2 (1.17% from 255 or 2.08% from 96); Max value from RGB is 56 - color contains mainly: red. Hex color #382602 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #382602 is #C7D9FD. Grayscale: #272727. Windows color (decimal): -13097470 or 140856. OLE color: 140856.

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

Color convert

RGB56382-
CMYK00.320.960.78
HSL40º93.1%11.37%-
HSV(B)40º96.43%21.96%-
XYZ2.332.230.37-
YUV39.28106.96139.93-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 58.33%
GREEN value IS 38 (15.23% from 255) = 39.58%
BLUE value IS 2 (1.17% from 255) = 2.08%
R=58.33%
G=39.58%
B=2.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.96
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5638200.320.960.784093.111.37
Hex38262020604E285db
Octal704620401401165013513
Binary1110001001101001000001100000100111010100010111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #382602

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #382602; }

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

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

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

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

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

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

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

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