#30261A

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

Shades of Black Magic #30261A

Tints of Black Magic #30261A

Color information

#30261A (or 0x30261A) is unknown color: approx Black Magic. HEX triplet: 30, 26 and 1A. RGB value is (48,38,26). Sum of RGB (Red+Green+Blue) = 48+38+26=112 (14% of max value = 765). Red value is 48 (19.14% from 255 or 42.86% from 112); Green value is 38 (15.23% from 255 or 33.93% from 112); Blue value is 26 (10.55% from 255 or 23.21% from 112); Max value from RGB is 48 - color contains mainly: red. Hex color #30261A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #30261A is #CFD9E5. Grayscale: #272727. Windows color (decimal): -13621734 or 1713712. OLE color: 1713712.

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

Color convert

RGB483826-
CMYK00.210.460.81
HSL32.73º29.73%14.51%-
HSV(B)32.73º45.83%18.82%-
XYZ2.12.091.27-
YUV39.62120.31133.98-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 42.86%
GREEN value IS 38 (15.23% from 255) = 33.93%
BLUE value IS 26 (10.55% from 255) = 23.21%
R=42.86%
G=33.93%
B=23.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.46
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal48382600.210.460.8132.7329.7314.51
Hex30261A0152E51211ef
Octal60463202556121413617
Binary110000100110110100101011011101010001100001111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30261A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #30261A; }

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

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

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

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

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

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

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

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