Html Css Color HEX #30240A Black Magic

📋 copy color: '#30240A'

red 48 ◦ green 36 ◦ blue 10

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

Shades of Black Magic #30240A

Tints of Black Magic #30240A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 10.64%

R = 51.06%
G = 38.3%
B = 10.64%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.79

 K value IS 0.81

RGB Variations

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

Color information

#30240A (or 0x30240A) is known color: Black Magic. HEX triplet: 30, 24 and 0A. RGB value is (48,36,10). Sum of RGB (Red+Green+Blue) = 48+36+10=94 (12% of max value = 765). Red value is 48 (19.14% from 255 or 51.06% from 94); Green value is 36 (14.45% from 255 or 38.30% from 94); Blue value is 10 (4.30% from 255 or 10.64% from 94); Max value from RGB is 48 - color contains mainly: red. Hex color #30240A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #30240A is #CFDBF5. Grayscale: #242424. Windows color (decimal): -13622262 or 664624. OLE color: 664624.

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

Color convert

RGB 48 36 10 -
CMYK 0 0.25 0.79 0.81
HSL 41.05º 0.66% 0.11% -
HSV(B) 41.05º 0.79% 0.19% -
XYZ 1.9 1.91 0.56 -
YUV 36.62 112.98 136.11 -
System Red Green Blue C M Y K H S L
Decimal 48 36 10 0 0.25 0.79 0.81 41.05 0.66 0.11
Hex 30 24 A 0 19 4F 51 29 42 B
Octal 60 44 12 0 31 117 121 51 102 13
Binary 110000 100100 1010 0 11001 1001111 1010001 101001 1000010 1011

Color Harmonies of #30240A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30240A

Black with #30240A

Text Example


Text Example

White with #30240A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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