Html Css Color HEX #30291D Black Magic

📋 copy color: '#30291D'

red 48 ◦ green 41 ◦ blue 29

#30291D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Black Magic #30291D

Tints of Black Magic #30291D

RGB

 RED value IS 48 (19.14% from 255) = 40.68%

 GREEN value IS 41 (16.41% from 255) = 34.75%

 BLUE value IS 29 (11.72% from 255) = 24.58%

R = 40.68%
G = 34.75%
B = 24.58%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.40

 K value IS 0.81

RGB Variations

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

Color information

#30291D (or 0x30291D) is known color: Black Magic. HEX triplet: 30, 29 and 1D. RGB value is (48,41,29). Sum of RGB (Red+Green+Blue) = 48+41+29=118 (15% of max value = 765). Red value is 48 (19.14% from 255 or 40.68% from 118); Green value is 41 (16.41% from 255 or 34.75% from 118); Blue value is 29 (11.72% from 255 or 24.58% from 118); Max value from RGB is 48 - color contains mainly: red. Hex color #30291D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #30291D is #CFD6E2. Grayscale: #292929. Windows color (decimal): -13620963 or 1911088. OLE color: 1911088.

HSL color Cylindrical-coordinate representation of color #30291D: hue angle of 37.89º degrees, saturation: 0.25, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #30291D is Cyan = 0, Magento = 0.15, Yellow = 0.40 and Black (K on CMYK) = 0.81.

Color convert

RGB 48 41 29 -
CMYK 0 0.15 0.40 0.81
HSL 37.89º 0.25% 0.15% -
HSV(B) 37.89º 0.4% 0.19% -
XYZ 2.23 2.3 1.49 -
YUV 41.73 120.82 132.48 -
System Red Green Blue C M Y K H S L
Decimal 48 41 29 0 0.15 0.40 0.81 37.89 0.25 0.15
Hex 30 29 1D 0 F 28 51 26 19 F
Octal 60 51 35 0 17 50 121 46 31 17
Binary 110000 101001 11101 0 1111 101000 1010001 100110 11001 1111

Color Harmonies of #30291D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30291D

Black with #30291D

Text Example


Text Example

White with #30291D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #30291D; }

 p { color: rgb(48,41,29); }

 H1.HeaderClassName
 {
   color: #30291D;
 }
 .AnyTagClassName
 {
   color: #30291D;
 }
</style>

background-color css

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

 a { background-color: rgb(48,41,29); }

 div.DivClassName
 {
   background-color: #30291D;
 }
 .BgClassName
 {
   background-color: #30291D;
 }
</style>

border-color css

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

 span { border-color: rgb(48,41,29); }

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