Html Css Color HEX #30281D Black Magic

📋 copy color: '#30281D'

red 48 ◦ green 40 ◦ blue 29

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

Shades of Black Magic #30281D

Tints of Black Magic #30281D

RGB

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

 GREEN value IS 40 (16.02% from 255) = 34.19%

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

R = 41.03%
G = 34.19%
B = 24.79%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.40

 K value IS 0.81

RGB Variations

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

Color information

#30281D (or 0x30281D) is known color: Black Magic. HEX triplet: 30, 28 and 1D. RGB value is (48,40,29). Sum of RGB (Red+Green+Blue) = 48+40+29=117 (15% of max value = 765). Red value is 48 (19.14% from 255 or 41.03% from 117); Green value is 40 (16.02% from 255 or 34.19% from 117); Blue value is 29 (11.72% from 255 or 24.79% from 117); Max value from RGB is 48 - color contains mainly: red. Hex color #30281D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #30281D is #CFD7E2. Grayscale: #292929. Windows color (decimal): -13621219 or 1910832. OLE color: 1910832.

HSL color Cylindrical-coordinate representation of color #30281D: hue angle of 34.74º 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 #30281D is Cyan = 0, Magento = 0.17, Yellow = 0.40 and Black (K on CMYK) = 0.81.

Color convert

RGB 48 40 29 -
CMYK 0 0.17 0.40 0.81
HSL 34.74º 0.25% 0.15% -
HSV(B) 34.74º 0.4% 0.19% -
XYZ 2.2 2.23 1.48 -
YUV 41.14 121.15 132.89 -
System Red Green Blue C M Y K H S L
Decimal 48 40 29 0 0.17 0.40 0.81 34.74 0.25 0.15
Hex 30 28 1D 0 11 28 51 23 19 F
Octal 60 50 35 0 21 50 121 43 31 17
Binary 110000 101000 11101 0 10001 101000 1010001 100011 11001 1111

Color Harmonies of #30281D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30281D

Black with #30281D

Text Example


Text Example

White with #30281D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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