#38270E

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

Shades of Black Magic #38270E

Tints of Black Magic #38270E

Color information

#38270E (or 0x38270E) is unknown color: approx Black Magic. HEX triplet: 38, 27 and 0E. RGB value is (56,39,14). Sum of RGB (Red+Green+Blue) = 56+39+14=109 (14% of max value = 765). Red value is 56 (22.27% from 255 or 51.38% from 109); Green value is 39 (15.62% from 255 or 35.78% from 109); Blue value is 14 (5.86% from 255 or 12.84% from 109); Max value from RGB is 56 - color contains mainly: red. Hex color #38270E is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #38270E is #C7D8F1. Grayscale: #292929. Windows color (decimal): -13097202 or 927544. OLE color: 927544.

HSL color Cylindrical-coordinate representation of color #38270E: hue angle of 35.71º 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 #38270E is Cyan = 0, Magento = 0.30, Yellow = 0.75 and Black (K on CMYK) = 0.78.

Color convert

RGB563914-
CMYK00.300.750.78
HSL35.71º60%13.73%-
HSV(B)35.71º75%21.96%-
XYZ2.442.320.74-
YUV41.23112.63138.53-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 51.38%
GREEN value IS 39 (15.62% from 255) = 35.78%
BLUE value IS 14 (5.86% from 255) = 12.84%
R=51.38%
G=35.78%
B=12.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.75
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal56391400.300.750.7835.716013.73
Hex3827E01E4B4E243ce
Octal704716036113116447416
Binary1110001001111110011110100101110011101001001111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38270E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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