#302C25

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

Shades of Black Magic #302C25

Tints of Black Magic #302C25

Color information

#302C25 (or 0x302C25) is unknown color: approx Black Magic. HEX triplet: 30, 2C and 25. RGB value is (48,44,37). Sum of RGB (Red+Green+Blue) = 48+44+37=129 (17% of max value = 765). Red value is 48 (19.14% from 255 or 37.21% from 129); Green value is 44 (17.58% from 255 or 34.11% from 129); Blue value is 37 (14.84% from 255 or 28.68% from 129); Max value from RGB is 48 - color contains mainly: red. Hex color #302C25 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #302C25 is #CFD3DA. Grayscale: #2C2C2C. Windows color (decimal): -13620187 or 2436144. OLE color: 2436144.

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

Color convert

RGB484437-
CMYK00.080.230.81
HSL38.18º12.94%16.67%-
HSV(B)38.18º22.92%18.82%-
XYZ2.452.562.12-
YUV44.4123.83130.57-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 37.21%
GREEN value IS 44 (17.58% from 255) = 34.11%
BLUE value IS 37 (14.84% from 255) = 28.68%
R=37.21%
G=34.11%
B=28.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.23
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal48443700.080.230.8138.1812.9416.67
Hex302C2508175126d11
Octal60544501027121461521
Binary11000010110010010101000101111010001100110110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #302C25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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