#38270C

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

Shades of Black Magic #38270C

Tints of Black Magic #38270C

Color information

#38270C (or 0x38270C) is unknown color: approx Black Magic. HEX triplet: 38, 27 and 0C. RGB value is (56,39,12). Sum of RGB (Red+Green+Blue) = 56+39+12=107 (14% of max value = 765). Red value is 56 (22.27% from 255 or 52.34% from 107); Green value is 39 (15.62% from 255 or 36.45% from 107); Blue value is 12 (5.08% from 255 or 11.21% from 107); Max value from RGB is 56 - color contains mainly: red. Hex color #38270C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #38270C is #C7D8F3. Grayscale: #292929. Windows color (decimal): -13097204 or 796472. OLE color: 796472.

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

Color convert

RGB563912-
CMYK00.300.790.78
HSL36.82º64.71%13.33%-
HSV(B)36.82º78.57%21.96%-
XYZ2.422.320.67-
YUV41111.63138.7-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 52.34%
GREEN value IS 39 (15.62% from 255) = 36.45%
BLUE value IS 12 (5.08% from 255) = 11.21%
R=52.34%
G=36.45%
B=11.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.79
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal56391200.300.790.7836.8264.7113.33
Hex3827C01E4F4E2541d
Octal7047140361171164510115
Binary11100010011111000111101001111100111010010110000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38270C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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