#38290F

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

Shades of Black Magic #38290F

Tints of Black Magic #38290F

Color information

#38290F (or 0x38290F) is unknown color: approx Black Magic. HEX triplet: 38, 29 and 0F. RGB value is (56,41,15). Sum of RGB (Red+Green+Blue) = 56+41+15=112 (14% of max value = 765). Red value is 56 (22.27% from 255 or 50% from 112); Green value is 41 (16.41% from 255 or 36.61% from 112); Blue value is 15 (6.25% from 255 or 13.39% from 112); Max value from RGB is 56 - color contains mainly: red. Hex color #38290F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #38290F is #C7D6F0. Grayscale: #2A2A2A. Windows color (decimal): -13096689 or 993592. OLE color: 993592.

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

Color convert

RGB564115-
CMYK00.270.730.78
HSL38.05º57.75%13.92%-
HSV(B)38.05º73.21%21.96%-
XYZ2.512.460.79-
YUV42.52112.47137.61-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 50%
GREEN value IS 41 (16.41% from 255) = 36.61%
BLUE value IS 15 (6.25% from 255) = 13.39%
R=50%
G=36.61%
B=13.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.73
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal56411500.270.730.7838.0557.7513.92
Hex3829F01B494E263ae
Octal705117033111116467216
Binary1110001010011111011011100100110011101001101110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38290F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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