#38290C

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

Shades of Black Magic #38290C

Tints of Black Magic #38290C

Color information

#38290C (or 0x38290C) is unknown color: approx Black Magic. HEX triplet: 38, 29 and 0C. RGB value is (56,41,12). Sum of RGB (Red+Green+Blue) = 56+41+12=109 (14% of max value = 765). Red value is 56 (22.27% from 255 or 51.38% from 109); Green value is 41 (16.41% from 255 or 37.61% from 109); Blue value is 12 (5.08% from 255 or 11.01% from 109); Max value from RGB is 56 - color contains mainly: red. Hex color #38290C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #38290C is #C7D6F3. Grayscale: #2A2A2A. Windows color (decimal): -13096692 or 796984. OLE color: 796984.

HSL color Cylindrical-coordinate representation of color #38290C: hue angle of 39.55º degrees, saturation: 0.65, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #38290C is Cyan = 0, Magento = 0.27, Yellow = 0.79 and Black (K on CMYK) = 0.78.

Color convert

RGB564112-
CMYK00.270.790.78
HSL39.55º64.71%13.33%-
HSV(B)39.55º78.57%21.96%-
XYZ2.492.450.69-
YUV42.18110.97137.86-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 51.38%
GREEN value IS 41 (16.41% from 255) = 37.61%
BLUE value IS 12 (5.08% from 255) = 11.01%
R=51.38%
G=37.61%
B=11.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.79
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal56411200.270.790.7839.5564.7113.33
Hex3829C01B4F4E2841d
Octal7051140331171165010115
Binary11100010100111000110111001111100111010100010000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38290C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #38290C; }

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

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

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

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

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

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

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

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