Html Css Color HEX #30240C Black Magic

📋 copy color: '#30240C'

red 48 ◦ green 36 ◦ blue 12

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

Shades of Black Magic #30240C

Tints of Black Magic #30240C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 12.5%

R = 50%
G = 37.5%
B = 12.5%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.75

 K value IS 0.81

RGB Variations

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

Color information

#30240C (or 0x30240C) is known color: Black Magic. HEX triplet: 30, 24 and 0C. RGB value is (48,36,12). Sum of RGB (Red+Green+Blue) = 48+36+12=96 (12% of max value = 765). Red value is 48 (19.14% from 255 or 50% from 96); Green value is 36 (14.45% from 255 or 37.5% from 96); Blue value is 12 (5.08% from 255 or 12.5% from 96); Max value from RGB is 48 - color contains mainly: red. Hex color #30240C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #30240C is #CFDBF3. Grayscale: #242424. Windows color (decimal): -13622260 or 795696. OLE color: 795696.

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

Color convert

RGB 48 36 12 -
CMYK 0 0.25 0.75 0.81
HSL 40º 0.6% 0.12% -
HSV(B) 40º 0.75% 0.19% -
XYZ 1.92 1.92 0.62 -
YUV 36.85 113.98 135.95 -
System Red Green Blue C M Y K H S L
Decimal 48 36 12 0 0.25 0.75 0.81 40 0.6 0.12
Hex 30 24 C 0 19 4B 51 28 3C C
Octal 60 44 14 0 31 113 121 50 74 14
Binary 110000 100100 1100 0 11001 1001011 1010001 101000 111100 1100

Color Harmonies of #30240C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30240C

Black with #30240C

Text Example


Text Example

White with #30240C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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