#382609

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

Shades of Black Magic #382609

Tints of Black Magic #382609

Color information

#382609 (or 0x382609) is unknown color: approx Black Magic. HEX triplet: 38, 26 and 09. RGB value is (56,38,9). Sum of RGB (Red+Green+Blue) = 56+38+9=103 (13% of max value = 765). Red value is 56 (22.27% from 255 or 54.37% from 103); Green value is 38 (15.23% from 255 or 36.89% from 103); Blue value is 9 (3.91% from 255 or 8.74% from 103); Max value from RGB is 56 - color contains mainly: red. Hex color #382609 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #382609 is #C7D9F6. Grayscale: #282828. Windows color (decimal): -13097463 or 599608. OLE color: 599608.

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

Color convert

RGB56389-
CMYK00.320.840.78
HSL37.02º72.31%12.75%-
HSV(B)37.02º83.93%21.96%-
XYZ2.372.250.57-
YUV40.08110.46139.36-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 54.37%
GREEN value IS 38 (15.23% from 255) = 36.89%
BLUE value IS 9 (3.91% from 255) = 8.74%
R=54.37%
G=36.89%
B=8.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.84
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5638900.320.840.7837.0272.3112.75
Hex38269020544E2548d
Octal7046110401241164511015
Binary111000100110100101000001010100100111010010110010001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #382609

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #382609; }

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

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

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

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

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

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

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

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