#382600

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

Shades of Black Magic #382600

Tints of Black Magic #382600

Color information

#382600 (or 0x382600) is unknown color: approx Black Magic. HEX triplet: 38, 26 and 00. RGB value is (56,38,0). Sum of RGB (Red+Green+Blue) = 56+38+0=94 (12% of max value = 765). Red value is 56 (22.27% from 255 or 59.57% from 94); Green value is 38 (15.23% from 255 or 40.43% from 94); Blue value is 0 (0.39% from 255 or 0% from 94); Max value from RGB is 56 - color contains mainly: red. Hex color #382600 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #382600 is #C7D9FF. Grayscale: #272727. Windows color (decimal): -13097472 or 9784. OLE color: 9784.

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

Color convert

RGB56380-
CMYK00.3210.78
HSL40.71º100%10.98%-
HSV(B)40.71º100%21.96%-
XYZ2.322.230.31-
YUV39.05105.96140.09-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 59.57%
GREEN value IS 38 (15.23% from 255) = 40.43%
BLUE value IS 0 (0.39% from 255) = 0%
R=59.57%
G=40.43%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 1
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5638000.3210.7840.7110010.98
Hex38260020644E2964b
Octal704600401441165114413
Binary111000100110001000001100100100111010100111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #382600

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #382600; }

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

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

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

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

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

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

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

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