Html Css Color HEX #30260D Black Magic

📋 copy color: '#30260D'

red 48 ◦ green 38 ◦ blue 13

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

Shades of Black Magic #30260D

Tints of Black Magic #30260D

RGB

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

 GREEN value IS 38 (15.23% from 255) = 38.38%

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

R = 48.48%
G = 38.38%
B = 13.13%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.73

 K value IS 0.81

RGB Variations

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

Color information

#30260D (or 0x30260D) is known color: Black Magic. HEX triplet: 30, 26 and 0D. RGB value is (48,38,13). Sum of RGB (Red+Green+Blue) = 48+38+13=99 (13% of max value = 765). Red value is 48 (19.14% from 255 or 48.48% from 99); Green value is 38 (15.23% from 255 or 38.38% from 99); Blue value is 13 (5.47% from 255 or 13.13% from 99); Max value from RGB is 48 - color contains mainly: red. Hex color #30260D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #30260D is #CFD9F2. Grayscale: #262626. Windows color (decimal): -13621747 or 861744. OLE color: 861744.

HSL color Cylindrical-coordinate representation of color #30260D: hue angle of 42.86º 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 #30260D is Cyan = 0, Magento = 0.21, Yellow = 0.73 and Black (K on CMYK) = 0.81.

Color convert

RGB 48 38 13 -
CMYK 0 0.21 0.73 0.81
HSL 42.86º 0.57% 0.12% -
HSV(B) 42.86º 0.73% 0.19% -
XYZ 1.98 2.04 0.67 -
YUV 38.14 113.81 135.03 -
System Red Green Blue C M Y K H S L
Decimal 48 38 13 0 0.21 0.73 0.81 42.86 0.57 0.12
Hex 30 26 D 0 15 49 51 2B 39 C
Octal 60 46 15 0 25 111 121 53 71 14
Binary 110000 100110 1101 0 10101 1001001 1010001 101011 111001 1100

Color Harmonies of #30260D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30260D

Black with #30260D

Text Example


Text Example

White with #30260D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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