#38280F

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

Shades of Black Magic #38280F

Tints of Black Magic #38280F

Color information

#38280F (or 0x38280F) is unknown color: approx Black Magic. HEX triplet: 38, 28 and 0F. RGB value is (56,40,15). Sum of RGB (Red+Green+Blue) = 56+40+15=111 (14% of max value = 765). Red value is 56 (22.27% from 255 or 50.45% from 111); Green value is 40 (16.02% from 255 or 36.04% from 111); Blue value is 15 (6.25% from 255 or 13.51% from 111); Max value from RGB is 56 - color contains mainly: red. Hex color #38280F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #38280F is #C7D7F0. Grayscale: #2A2A2A. Windows color (decimal): -13096945 or 993336. OLE color: 993336.

HSL color Cylindrical-coordinate representation of color #38280F: hue angle of 36.59º 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 #38280F is Cyan = 0, Magento = 0.29, Yellow = 0.73 and Black (K on CMYK) = 0.78.

Color convert

RGB564015-
CMYK00.290.730.78
HSL36.59º57.75%13.92%-
HSV(B)36.59º73.21%21.96%-
XYZ2.482.390.78-
YUV41.93112.8138.03-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 50.45%
GREEN value IS 40 (16.02% from 255) = 36.04%
BLUE value IS 15 (6.25% from 255) = 13.51%
R=50.45%
G=36.04%
B=13.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.73
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal56401500.290.730.7836.5957.7513.92
Hex3828F01D494E253ae
Octal705017035111116457216
Binary1110001010001111011101100100110011101001011110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38280F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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