#302A1A

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

Shades of Black Magic #302A1A

Tints of Black Magic #302A1A

Color information

#302A1A (or 0x302A1A) is unknown color: approx Black Magic. HEX triplet: 30, 2A and 1A. RGB value is (48,42,26). Sum of RGB (Red+Green+Blue) = 48+42+26=116 (15% of max value = 765). Red value is 48 (19.14% from 255 or 41.38% from 116); Green value is 42 (16.80% from 255 or 36.21% from 116); Blue value is 26 (10.55% from 255 or 22.41% from 116); Max value from RGB is 48 - color contains mainly: red. Hex color #302A1A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #302A1A is #CFD5E5. Grayscale: #2A2A2A. Windows color (decimal): -13620710 or 1714736. OLE color: 1714736.

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

Color convert

RGB484226-
CMYK00.130.460.81
HSL43.64º29.73%14.51%-
HSV(B)43.64º45.83%18.82%-
XYZ2.232.361.31-
YUV41.97118.99132.3-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 41.38%
GREEN value IS 42 (16.80% from 255) = 36.21%
BLUE value IS 26 (10.55% from 255) = 22.41%
R=41.38%
G=36.21%
B=22.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.46
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal48422600.130.460.8143.6429.7314.51
Hex302A1A0D2E512c1ef
Octal60523201556121543617
Binary11000010101011010011011011101010001101100111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #302A1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(48,42,26); }

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

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

 a { background-color: rgb(48,42,26); }

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

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

 span { border-color: rgb(48,42,26); }

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