#382F1F

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

Shades of Black Magic #382F1F

Tints of Black Magic #382F1F

Color information

#382F1F (or 0x382F1F) is unknown color: approx Black Magic. HEX triplet: 38, 2F and 1F. RGB value is (56,47,31). Sum of RGB (Red+Green+Blue) = 56+47+31=134 (17% of max value = 765). Red value is 56 (22.27% from 255 or 41.79% from 134); Green value is 47 (18.75% from 255 or 35.07% from 134); Blue value is 31 (12.5% from 255 or 23.13% from 134); Max value from RGB is 56 - color contains mainly: red. Hex color #382F1F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #382F1F is #C7D0E0. Grayscale: #2F2F2F. Windows color (decimal): -13095137 or 2043704. OLE color: 2043704.

HSL color Cylindrical-coordinate representation of color #382F1F: hue angle of 38.4º degrees, saturation: 0.29, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #382F1F is Cyan = 0, Magento = 0.16, Yellow = 0.45 and Black (K on CMYK) = 0.78.

Color convert

RGB564731-
CMYK00.160.450.78
HSL38.4º28.74%17.06%-
HSV(B)38.4º44.64%21.96%-
XYZ2.892.971.72-
YUV47.87118.48133.8-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 41.79%
GREEN value IS 47 (18.75% from 255) = 35.07%
BLUE value IS 31 (12.5% from 255) = 23.13%
R=41.79%
G=35.07%
B=23.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.45
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal56473100.160.450.7838.428.7417.06
Hex382F1F0102D4E261d11
Octal70573702055116463521
Binary1110001011111111101000010110110011101001101110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #382F1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #382F1F; }

 p { color: rgb(56,47,31); }

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

<style>
 a { background-color: #382F1F; }

 a { background-color: rgb(56,47,31); }

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

<style>
 span { border-color: #382F1F; }

 span { border-color: rgb(56,47,31); }

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