#38290E

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

Shades of Black Magic #38290E

Tints of Black Magic #38290E

Color information

#38290E (or 0x38290E) is unknown color: approx Black Magic. HEX triplet: 38, 29 and 0E. RGB value is (56,41,14). Sum of RGB (Red+Green+Blue) = 56+41+14=111 (14% of max value = 765). Red value is 56 (22.27% from 255 or 50.45% from 111); Green value is 41 (16.41% from 255 or 36.94% from 111); Blue value is 14 (5.86% from 255 or 12.61% from 111); Max value from RGB is 56 - color contains mainly: red. Hex color #38290E is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #38290E is #C7D6F1. Grayscale: #2A2A2A. Windows color (decimal): -13096690 or 928056. OLE color: 928056.

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

Color convert

RGB564114-
CMYK00.270.750.78
HSL38.57º60%13.73%-
HSV(B)38.57º75%21.96%-
XYZ2.52.460.76-
YUV42.41111.97137.7-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 50.45%
GREEN value IS 41 (16.41% from 255) = 36.94%
BLUE value IS 14 (5.86% from 255) = 12.61%
R=50.45%
G=36.94%
B=12.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.75
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal56411400.270.750.7838.576013.73
Hex3829E01B4B4E273ce
Octal705116033113116477416
Binary1110001010011110011011100101110011101001111111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38290E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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