Html Css Color HEX #30250E Black Magic

📋 copy color: '#30250E'

red 48 ◦ green 37 ◦ blue 14

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

Shades of Black Magic #30250E

Tints of Black Magic #30250E

RGB

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

 GREEN value IS 37 (14.84% from 255) = 37.37%

 BLUE value IS 14 (5.86% from 255) = 14.14%

R = 48.48%
G = 37.37%
B = 14.14%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.71

 K value IS 0.81

RGB Variations

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

Color information

#30250E (or 0x30250E) is known color: Black Magic. HEX triplet: 30, 25 and 0E. RGB value is (48,37,14). Sum of RGB (Red+Green+Blue) = 48+37+14=99 (13% of max value = 765). Red value is 48 (19.14% from 255 or 48.48% from 99); Green value is 37 (14.84% from 255 or 37.37% from 99); Blue value is 14 (5.86% from 255 or 14.14% from 99); Max value from RGB is 48 - color contains mainly: red. Hex color #30250E is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #30250E is #CFDAF1. Grayscale: #252525. Windows color (decimal): -13622002 or 927024. OLE color: 927024.

HSL color Cylindrical-coordinate representation of color #30250E: hue angle of 40.59º degrees, saturation: 0.55, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #30250E is Cyan = 0, Magento = 0.23, Yellow = 0.71 and Black (K on CMYK) = 0.81.

Color convert

RGB 48 37 14 -
CMYK 0 0.23 0.71 0.81
HSL 40.59º 0.55% 0.12% -
HSV(B) 40.59º 0.71% 0.19% -
XYZ 1.96 1.98 0.69 -
YUV 37.67 114.64 135.37 -
System Red Green Blue C M Y K H S L
Decimal 48 37 14 0 0.23 0.71 0.81 40.59 0.55 0.12
Hex 30 25 E 0 17 47 51 29 37 C
Octal 60 45 16 0 27 107 121 51 67 14
Binary 110000 100101 1110 0 10111 1000111 1010001 101001 110111 1100

Color Harmonies of #30250E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30250E

Black with #30250E

Text Example


Text Example

White with #30250E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #30250E; }

 p { color: rgb(48,37,14); }

 H1.HeaderClassName
 {
   color: #30250E;
 }
 .AnyTagClassName
 {
   color: #30250E;
 }
</style>

background-color css

<style>
 a { background-color: #30250E; }

 a { background-color: rgb(48,37,14); }

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

border-color css

<style>
 span { border-color: #30250E; }

 span { border-color: rgb(48,37,14); }

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