Html Css Color HEX #30240B Black Magic

📋 copy color: '#30240B'

red 48 ◦ green 36 ◦ blue 11

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

Shades of Black Magic #30240B

Tints of Black Magic #30240B

RGB

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

 GREEN value IS 36 (14.45% from 255) = 37.89%

 BLUE value IS 11 (4.69% from 255) = 11.58%

R = 50.53%
G = 37.89%
B = 11.58%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.77

 K value IS 0.81

RGB Variations

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

Color information

#30240B (or 0x30240B) is known color: Black Magic. HEX triplet: 30, 24 and 0B. RGB value is (48,36,11). Sum of RGB (Red+Green+Blue) = 48+36+11=95 (12% of max value = 765). Red value is 48 (19.14% from 255 or 50.53% from 95); Green value is 36 (14.45% from 255 or 37.89% from 95); Blue value is 11 (4.69% from 255 or 11.58% from 95); Max value from RGB is 48 - color contains mainly: red. Hex color #30240B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #30240B is #CFDBF4. Grayscale: #242424. Windows color (decimal): -13622261 or 730160. OLE color: 730160.

HSL color Cylindrical-coordinate representation of color #30240B: hue angle of 40.54º degrees, saturation: 0.63, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #30240B is Cyan = 0, Magento = 0.25, Yellow = 0.77 and Black (K on CMYK) = 0.81.

Color convert

RGB 48 36 11 -
CMYK 0 0.25 0.77 0.81
HSL 40.54º 0.63% 0.12% -
HSV(B) 40.54º 0.77% 0.19% -
XYZ 1.91 1.91 0.59 -
YUV 36.74 113.48 136.03 -
System Red Green Blue C M Y K H S L
Decimal 48 36 11 0 0.25 0.77 0.81 40.54 0.63 0.12
Hex 30 24 B 0 19 4D 51 29 3F C
Octal 60 44 13 0 31 115 121 51 77 14
Binary 110000 100100 1011 0 11001 1001101 1010001 101001 111111 1100

Color Harmonies of #30240B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30240B

Black with #30240B

Text Example


Text Example

White with #30240B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,36,11); }

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

background-color css

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

 a { background-color: rgb(48,36,11); }

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

border-color css

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

 span { border-color: rgb(48,36,11); }

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