Html Css Color HEX #30291A Black Magic

📋 copy color: '#30291A'

red 48 ◦ green 41 ◦ blue 26

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

Shades of Black Magic #30291A

Tints of Black Magic #30291A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 22.61%

R = 41.74%
G = 35.65%
B = 22.61%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.46

 K value IS 0.81

RGB Variations

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

Color information

#30291A (or 0x30291A) is known color: Black Magic. HEX triplet: 30, 29 and 1A. RGB value is (48,41,26). Sum of RGB (Red+Green+Blue) = 48+41+26=115 (15% of max value = 765). Red value is 48 (19.14% from 255 or 41.74% from 115); Green value is 41 (16.41% from 255 or 35.65% from 115); Blue value is 26 (10.55% from 255 or 22.61% from 115); Max value from RGB is 48 - color contains mainly: red. Hex color #30291A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #30291A is #CFD6E5. Grayscale: #292929. Windows color (decimal): -13620966 or 1714480. OLE color: 1714480.

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

Color convert

RGB 48 41 26 -
CMYK 0 0.15 0.46 0.81
HSL 40.91º 0.3% 0.15% -
HSV(B) 40.91º 0.46% 0.19% -
XYZ 2.2 2.29 1.3 -
YUV 41.38 119.32 132.72 -
System Red Green Blue C M Y K H S L
Decimal 48 41 26 0 0.15 0.46 0.81 40.91 0.3 0.15
Hex 30 29 1A 0 F 2E 51 29 1E F
Octal 60 51 32 0 17 56 121 51 36 17
Binary 110000 101001 11010 0 1111 101110 1010001 101001 11110 1111

Color Harmonies of #30291A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30291A

Black with #30291A

Text Example


Text Example

White with #30291A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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