Html Css Color HEX #30260E Black Magic

📋 copy color: '#30260E'

red 48 ◦ green 38 ◦ blue 14

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

Shades of Black Magic #30260E

Tints of Black Magic #30260E

RGB

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

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

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

R = 48%
G = 38%
B = 14%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.71

 K value IS 0.81

RGB Variations

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

Color information

#30260E (or 0x30260E) is known color: Black Magic. HEX triplet: 30, 26 and 0E. RGB value is (48,38,14). Sum of RGB (Red+Green+Blue) = 48+38+14=100 (13% of max value = 765). Red value is 48 (19.14% from 255 or 48% from 100); Green value is 38 (15.23% from 255 or 38% from 100); Blue value is 14 (5.86% from 255 or 14% from 100); Max value from RGB is 48 - color contains mainly: red. Hex color #30260E is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #30260E is #CFD9F1. Grayscale: #262626. Windows color (decimal): -13621746 or 927280. OLE color: 927280.

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

Color convert

RGB 48 38 14 -
CMYK 0 0.21 0.71 0.81
HSL 42.35º 0.55% 0.12% -
HSV(B) 42.35º 0.71% 0.19% -
XYZ 1.99 2.05 0.71 -
YUV 38.25 114.31 134.95 -
System Red Green Blue C M Y K H S L
Decimal 48 38 14 0 0.21 0.71 0.81 42.35 0.55 0.12
Hex 30 26 E 0 15 47 51 2A 37 C
Octal 60 46 16 0 25 107 121 52 67 14
Binary 110000 100110 1110 0 10101 1000111 1010001 101010 110111 1100

Color Harmonies of #30260E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30260E

Black with #30260E

Text Example


Text Example

White with #30260E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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