#38290B

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

Shades of Black Magic #38290B

Tints of Black Magic #38290B

Color information

#38290B (or 0x38290B) is unknown color: approx Black Magic. HEX triplet: 38, 29 and 0B. RGB value is (56,41,11). Sum of RGB (Red+Green+Blue) = 56+41+11=108 (14% of max value = 765). Red value is 56 (22.27% from 255 or 51.85% from 108); Green value is 41 (16.41% from 255 or 37.96% from 108); Blue value is 11 (4.69% from 255 or 10.19% from 108); Max value from RGB is 56 - color contains mainly: red. Hex color #38290B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #38290B is #C7D6F4. Grayscale: #2A2A2A. Windows color (decimal): -13096693 or 731448. OLE color: 731448.

HSL color Cylindrical-coordinate representation of color #38290B: hue angle of 40º degrees, saturation: 0.67, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #38290B is Cyan = 0, Magento = 0.27, Yellow = 0.80 and Black (K on CMYK) = 0.78.

Color convert

RGB564111-
CMYK00.270.800.78
HSL40º67.16%13.14%-
HSV(B)40º80.36%21.96%-
XYZ2.482.450.66-
YUV42.06110.47137.94-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 51.85%
GREEN value IS 41 (16.41% from 255) = 37.96%
BLUE value IS 11 (4.69% from 255) = 10.19%
R=51.85%
G=37.96%
B=10.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.80
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal56411100.270.800.784067.1613.14
Hex3829B01B504E2843d
Octal7051130331201165010315
Binary11100010100110110110111010000100111010100010000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38290B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #38290B; }

 p { color: rgb(56,41,11); }

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

<style>
 a { background-color: #38290B; }

 a { background-color: rgb(56,41,11); }

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

<style>
 span { border-color: #38290B; }

 span { border-color: rgb(56,41,11); }

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