#302C26

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

Shades of Black Magic #302C26

Tints of Black Magic #302C26

Color information

#302C26 (or 0x302C26) is unknown color: approx Black Magic. HEX triplet: 30, 2C and 26. RGB value is (48,44,38). Sum of RGB (Red+Green+Blue) = 48+44+38=130 (17% of max value = 765). Red value is 48 (19.14% from 255 or 36.92% from 130); Green value is 44 (17.58% from 255 or 33.85% from 130); Blue value is 38 (15.23% from 255 or 29.23% from 130); Max value from RGB is 48 - color contains mainly: red. Hex color #302C26 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #302C26 is #CFD3D9. Grayscale: #2C2C2C. Windows color (decimal): -13620186 or 2501680. OLE color: 2501680.

HSL color Cylindrical-coordinate representation of color #302C26: hue angle of 36º 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 #302C26 is Cyan = 0, Magento = 0.08, Yellow = 0.21 and Black (K on CMYK) = 0.81.

Color convert

RGB484438-
CMYK00.080.210.81
HSL36º11.63%16.86%-
HSV(B)36º20.83%18.82%-
XYZ2.472.572.2-
YUV44.51124.33130.49-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 36.92%
GREEN value IS 44 (17.58% from 255) = 33.85%
BLUE value IS 38 (15.23% from 255) = 29.23%
R=36.92%
G=33.85%
B=29.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.21
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal48443800.080.210.813611.6316.86
Hex302C2608155124c11
Octal60544601025121441421
Binary11000010110010011001000101011010001100100110010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #302C26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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