#302D26

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

Shades of Black Magic #302D26

Tints of Black Magic #302D26

Color information

#302D26 (or 0x302D26) is unknown color: approx Black Magic. HEX triplet: 30, 2D and 26. RGB value is (48,45,38). Sum of RGB (Red+Green+Blue) = 48+45+38=131 (17% of max value = 765). Red value is 48 (19.14% from 255 or 36.64% from 131); Green value is 45 (17.97% from 255 or 34.35% from 131); Blue value is 38 (15.23% from 255 or 29.01% from 131); Max value from RGB is 48 - color contains mainly: red. Hex color #302D26 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #302D26 is #CFD2D9. Grayscale: #2D2D2D. Windows color (decimal): -13619930 or 2501936. OLE color: 2501936.

HSL color Cylindrical-coordinate representation of color #302D26: hue angle of 42º degrees, saturation: 0.12, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #302D26 is Cyan = 0, Magento = 0.06, Yellow = 0.21 and Black (K on CMYK) = 0.81.

Color convert

RGB484538-
CMYK00.060.210.81
HSL42º11.63%16.86%-
HSV(B)42º20.83%18.82%-
XYZ2.512.652.21-
YUV45.1123.99130.07-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 36.64%
GREEN value IS 45 (17.97% from 255) = 34.35%
BLUE value IS 38 (15.23% from 255) = 29.01%
R=36.64%
G=34.35%
B=29.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.21
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal48453800.060.210.814211.6316.86
Hex302D260615512ac11
Octal6055460625121521421
Binary1100001011011001100110101011010001101010110010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #302D26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #302D26; }

 p { color: rgb(48,45,38); }

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

<style>
 a { background-color: #302D26; }

 a { background-color: rgb(48,45,38); }

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

<style>
 span { border-color: #302D26; }

 span { border-color: rgb(48,45,38); }

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