Html Css Color HEX #30240F Black Magic

📋 copy color: '#30240F'

red 48 ◦ green 36 ◦ blue 15

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

Shades of Black Magic #30240F

Tints of Black Magic #30240F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 15.15%

R = 48.48%
G = 36.36%
B = 15.15%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.69

 K value IS 0.81

RGB Variations

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

Color information

#30240F (or 0x30240F) is known color: Black Magic. HEX triplet: 30, 24 and 0F. RGB value is (48,36,15). Sum of RGB (Red+Green+Blue) = 48+36+15=99 (13% of max value = 765). Red value is 48 (19.14% from 255 or 48.48% from 99); Green value is 36 (14.45% from 255 or 36.36% from 99); Blue value is 15 (6.25% from 255 or 15.15% from 99); Max value from RGB is 48 - color contains mainly: red. Hex color #30240F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #30240F is #CFDBF0. Grayscale: #252525. Windows color (decimal): -13622257 or 992304. OLE color: 992304.

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

Color convert

RGB 48 36 15 -
CMYK 0 0.25 0.69 0.81
HSL 38.18º 0.52% 0.12% -
HSV(B) 38.18º 0.69% 0.19% -
XYZ 1.94 1.92 0.72 -
YUV 37.19 115.48 135.71 -
System Red Green Blue C M Y K H S L
Decimal 48 36 15 0 0.25 0.69 0.81 38.18 0.52 0.12
Hex 30 24 F 0 19 45 51 26 34 C
Octal 60 44 17 0 31 105 121 46 64 14
Binary 110000 100100 1111 0 11001 1000101 1010001 100110 110100 1100

Color Harmonies of #30240F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30240F

Black with #30240F

Text Example


Text Example

White with #30240F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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