#302514

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

Shades of Black Magic #302514

Tints of Black Magic #302514

Color information

#302514 (or 0x302514) is unknown color: approx Black Magic. HEX triplet: 30, 25 and 14. RGB value is (48,37,20). Sum of RGB (Red+Green+Blue) = 48+37+20=105 (13% of max value = 765). Red value is 48 (19.14% from 255 or 45.71% from 105); Green value is 37 (14.84% from 255 or 35.24% from 105); Blue value is 20 (8.20% from 255 or 19.05% from 105); Max value from RGB is 48 - color contains mainly: red. Hex color #302514 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #302514 is #CFDAEB. Grayscale: #262626. Windows color (decimal): -13621996 or 1320240. OLE color: 1320240.

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

Color convert

RGB483720-
CMYK00.230.580.81
HSL36.43º41.18%13.33%-
HSV(B)36.43º58.33%18.82%-
XYZ2.0120.94-
YUV38.35117.64134.88-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 45.71%
GREEN value IS 37 (14.84% from 255) = 35.24%
BLUE value IS 20 (8.20% from 255) = 19.05%
R=45.71%
G=35.24%
B=19.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.58
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal48372000.230.580.8136.4341.1813.33
Hex3025140173A512429d
Octal60452402772121445115
Binary1100001001011010001011111101010100011001001010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #302514

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #302514; }

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

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

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

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

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

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

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

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