Html Css Color HEX #30291B Black Magic

📋 copy color: '#30291B'

red 48 ◦ green 41 ◦ blue 27

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

Shades of Black Magic #30291B

Tints of Black Magic #30291B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 23.28%

R = 41.38%
G = 35.34%
B = 23.28%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.44

 K value IS 0.81

RGB Variations

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

Color information

#30291B (or 0x30291B) is known color: Black Magic. HEX triplet: 30, 29 and 1B. RGB value is (48,41,27). Sum of RGB (Red+Green+Blue) = 48+41+27=116 (15% of max value = 765). Red value is 48 (19.14% from 255 or 41.38% from 116); Green value is 41 (16.41% from 255 or 35.34% from 116); Blue value is 27 (10.94% from 255 or 23.28% from 116); Max value from RGB is 48 - color contains mainly: red. Hex color #30291B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #30291B is #CFD6E4. Grayscale: #292929. Windows color (decimal): -13620965 or 1780016. OLE color: 1780016.

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

Color convert

RGB 48 41 27 -
CMYK 0 0.15 0.44 0.81
HSL 40º 0.28% 0.15% -
HSV(B) 40º 0.44% 0.19% -
XYZ 2.21 2.29 1.36 -
YUV 41.5 119.82 132.64 -
System Red Green Blue C M Y K H S L
Decimal 48 41 27 0 0.15 0.44 0.81 40 0.28 0.15
Hex 30 29 1B 0 F 2C 51 28 1C F
Octal 60 51 33 0 17 54 121 50 34 17
Binary 110000 101001 11011 0 1111 101100 1010001 101000 11100 1111

Color Harmonies of #30291B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30291B

Black with #30291B

Text Example


Text Example

White with #30291B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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