#3D2908

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

Shades of Black Magic #3D2908

Tints of Black Magic #3D2908

Color information

#3D2908 (or 0x3D2908) is unknown color: approx Black Magic. HEX triplet: 3D, 29 and 08. RGB value is (61,41,8). Sum of RGB (Red+Green+Blue) = 61+41+8=110 (14% of max value = 765). Red value is 61 (24.22% from 255 or 55.45% from 110); Green value is 41 (16.41% from 255 or 37.27% from 110); Blue value is 8 (3.52% from 255 or 7.27% from 110); Max value from RGB is 61 - color contains mainly: red. Hex color #3D2908 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3D2908 is #C2D6F7. Grayscale: #2B2B2B. Windows color (decimal): -12769016 or 534845. OLE color: 534845.

HSL color Cylindrical-coordinate representation of color #3D2908: hue angle of 37.36º degrees, saturation: 0.77, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #3D2908 is Cyan = 0, Magento = 0.33, Yellow = 0.87 and Black (K on CMYK) = 0.76.

Color convert

RGB61418-
CMYK00.330.870.76
HSL37.36º76.81%13.53%-
HSV(B)37.36º86.89%23.92%-
XYZ2.762.60.59-
YUV43.22108.13140.68-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 55.45%
GREEN value IS 41 (16.41% from 255) = 37.27%
BLUE value IS 8 (3.52% from 255) = 7.27%
R=55.45%
G=37.27%
B=7.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.87
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal6141800.330.870.7637.3676.8113.53
Hex3D298021574C254de
Octal7551100411271144511516
Binary111101101001100001000011010111100110010010110011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D2908

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3D2908; }

 p { color: rgb(61,41,8); }

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

<style>
 a { background-color: #3D2908; }

 a { background-color: rgb(61,41,8); }

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

<style>
 span { border-color: #3D2908; }

 span { border-color: rgb(61,41,8); }

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