Html Css Color HEX #30250D Black Magic

📋 copy color: '#30250D'

red 48 ◦ green 37 ◦ blue 13

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

Shades of Black Magic #30250D

Tints of Black Magic #30250D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 13.27%

R = 48.98%
G = 37.76%
B = 13.27%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.73

 K value IS 0.81

RGB Variations

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

Color information

#30250D (or 0x30250D) is known color: Black Magic. HEX triplet: 30, 25 and 0D. RGB value is (48,37,13). Sum of RGB (Red+Green+Blue) = 48+37+13=98 (12% of max value = 765). Red value is 48 (19.14% from 255 or 48.98% from 98); Green value is 37 (14.84% from 255 or 37.76% from 98); Blue value is 13 (5.47% from 255 or 13.27% from 98); Max value from RGB is 48 - color contains mainly: red. Hex color #30250D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #30250D is #CFDAF2. Grayscale: #252525. Windows color (decimal): -13622003 or 861488. OLE color: 861488.

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

Color convert

RGB 48 37 13 -
CMYK 0 0.23 0.73 0.81
HSL 41.14º 0.57% 0.12% -
HSV(B) 41.14º 0.73% 0.19% -
XYZ 1.95 1.98 0.66 -
YUV 37.55 114.14 135.45 -
System Red Green Blue C M Y K H S L
Decimal 48 37 13 0 0.23 0.73 0.81 41.14 0.57 0.12
Hex 30 25 D 0 17 49 51 29 39 C
Octal 60 45 15 0 27 111 121 51 71 14
Binary 110000 100101 1101 0 10111 1001001 1010001 101001 111001 1100

Color Harmonies of #30250D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30250D

Black with #30250D

Text Example


Text Example

White with #30250D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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