#38270D

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

Shades of Black Magic #38270D

Tints of Black Magic #38270D

Color information

#38270D (or 0x38270D) is unknown color: approx Black Magic. HEX triplet: 38, 27 and 0D. RGB value is (56,39,13). Sum of RGB (Red+Green+Blue) = 56+39+13=108 (14% of max value = 765). Red value is 56 (22.27% from 255 or 51.85% from 108); Green value is 39 (15.62% from 255 or 36.11% from 108); Blue value is 13 (5.47% from 255 or 12.04% from 108); Max value from RGB is 56 - color contains mainly: red. Hex color #38270D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #38270D is #C7D8F2. Grayscale: #292929. Windows color (decimal): -13097203 or 862008. OLE color: 862008.

HSL color Cylindrical-coordinate representation of color #38270D: hue angle of 36.28º degrees, saturation: 0.62, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #38270D is Cyan = 0, Magento = 0.30, Yellow = 0.77 and Black (K on CMYK) = 0.78.

Color convert

RGB563913-
CMYK00.300.770.78
HSL36.28º62.32%13.53%-
HSV(B)36.28º76.79%21.96%-
XYZ2.432.320.7-
YUV41.12112.13138.61-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 51.85%
GREEN value IS 39 (15.62% from 255) = 36.11%
BLUE value IS 13 (5.47% from 255) = 12.04%
R=51.85%
G=36.11%
B=12.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.77
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal56391300.300.770.7836.2862.3213.53
Hex3827D01E4D4E243ee
Octal704715036115116447616
Binary1110001001111101011110100110110011101001001111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38270D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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